class
Amazonite::CloudFormation::DescribeResourceScanOutput
- Amazonite::CloudFormation::DescribeResourceScanOutput
- Reference
- Object
Defined in:
cloudformation/describe_resource_scan_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(resource_scan_id : String | Nil = nil, status : ResourceScanStatus | Nil = nil, status_reason : String | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil, percentage_completed : Float64 | Nil = nil, resource_types : Array(String) | Nil = nil, resources_scanned : Int32 | Nil = nil, resources_read : Int32 | Nil = nil, scan_filters : Array(ScanFilter) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#end_time : Time | Nil
The time that the resource scan was finished.
-
#end_time=(end_time : Time | Nil)
The time that the resource scan was finished.
-
#hash(hasher)
See
Object#hash(hasher) -
#percentage_completed : Float64 | Nil
The percentage of the resource scan that has been completed.
-
#percentage_completed=(percentage_completed : Float64 | Nil)
The percentage of the resource scan that has been completed.
-
#resource_scan_id : String | Nil
The Amazon Resource Name (ARN) of the resource scan.
-
#resource_scan_id=(resource_scan_id : String | Nil)
The Amazon Resource Name (ARN) of the resource scan.
-
#resource_types : Array(String) | Nil
The list of resource types for the specified scan.
-
#resource_types=(resource_types : Array(String) | Nil)
The list of resource types for the specified scan.
-
#resources_read : Int32 | Nil
The number of resources that were read.
-
#resources_read=(resources_read : Int32 | Nil)
The number of resources that were read.
-
#resources_scanned : Int32 | Nil
The number of resources that were listed.
-
#resources_scanned=(resources_scanned : Int32 | Nil)
The number of resources that were listed.
-
#scan_filters : Array(ScanFilter) | Nil
The scan filters that were used.
-
#scan_filters=(scan_filters : Array(ScanFilter) | Nil)
The scan filters that were used.
-
#start_time : Time | Nil
The time that the resource scan was started.
-
#start_time=(start_time : Time | Nil)
The time that the resource scan was started.
-
#status : ResourceScanStatus | Nil
Status of the resource scan.
-
#status=(status : ResourceScanStatus | Nil)
Status of the resource scan.
-
#status_reason : String | Nil
The reason for the resource scan status, providing more information if a failure happened.
-
#status_reason=(status_reason : String | Nil)
The reason for the resource scan status, providing more information if a failure happened.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The percentage of the resource scan that has been completed.
The percentage of the resource scan that has been completed.
The Amazon Resource Name (ARN) of the resource scan. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:resourceScan/${Id}. An example is
arn:aws:cloudformation:*us-east-1*:*123456789012*:resourceScan/*f5b490f7-7ed4-428a-aa06-31ff25db0772* .
The Amazon Resource Name (ARN) of the resource scan. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:resourceScan/${Id}. An example is
arn:aws:cloudformation:*us-east-1*:*123456789012*:resourceScan/*f5b490f7-7ed4-428a-aa06-31ff25db0772* .
The list of resource types for the specified scan. Resource types are only available for scans
with a Status set to COMPLETE or FAILED .
The list of resource types for the specified scan. Resource types are only available for scans
with a Status set to COMPLETE or FAILED .
The number of resources that were read. This is only available for scans with a Status set to
COMPLETE, EXPIRED, or FAILED.
This field may be 0 if the resource scan failed with a ResourceScanLimitExceededException.
The number of resources that were read. This is only available for scans with a Status set to
COMPLETE, EXPIRED, or FAILED.
This field may be 0 if the resource scan failed with a ResourceScanLimitExceededException.
The number of resources that were listed. This is only available for scans with a Status set
to COMPLETE, EXPIRED, or FAILED .
The number of resources that were listed. This is only available for scans with a Status set
to COMPLETE, EXPIRED, or FAILED .
Status of the resource scan.
IN_PROGRESS The resource scan is still in progress.
COMPLETE The resource scan is complete.
EXPIRED The resource scan has expired.
FAILED The resource scan has failed.
Status of the resource scan.
IN_PROGRESS The resource scan is still in progress.
COMPLETE The resource scan is complete.
EXPIRED The resource scan has expired.
FAILED The resource scan has failed.
The reason for the resource scan status, providing more information if a failure happened.
The reason for the resource scan status, providing more information if a failure happened.