class
Amazonite::CloudFormation::ResourceScanSummary
- Amazonite::CloudFormation::ResourceScanSummary
- Reference
- Object
Overview
A summary of the resource scan. This is returned by the ListResourceScan API action.
Defined in:
cloudformation/resource_scan_summary.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, scan_type : ScanType | 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.
-
#scan_type : ScanType | Nil
The scan type that has been completed.
-
#scan_type=(scan_type : ScanType | Nil)
The scan type that has been completed.
-
#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.
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.