Class: Aws::CloudFormation::Types::ResourceScanSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ResourceScanSummary
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
A summary of the resource scan. This is returned by the
ListResourceScan
API action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The time that the resource scan was finished.
-
#percentage_completed ⇒ Float
The percentage of the resource scan that has been completed.
-
#resource_scan_id ⇒ String
The Amazon Resource Name (ARN) of the resource scan.
-
#start_time ⇒ Time
The time that the resource scan was started.
-
#status ⇒ String
Status of the resource scan.
-
#status_reason ⇒ String
The reason for the resource scan status, providing more information if a failure happened.
Instance Attribute Details
#end_time ⇒ Time
The time that the resource scan was finished.
7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7342 class ResourceScanSummary < Struct.new( :resource_scan_id, :status, :status_reason, :start_time, :end_time, :percentage_completed) SENSITIVE = [] include Aws::Structure end |
#percentage_completed ⇒ Float
The percentage of the resource scan that has been completed.
7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7342 class ResourceScanSummary < Struct.new( :resource_scan_id, :status, :status_reason, :start_time, :end_time, :percentage_completed) SENSITIVE = [] include Aws::Structure end |
#resource_scan_id ⇒ String
The Amazon Resource Name (ARN) of the resource scan.
7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7342 class ResourceScanSummary < Struct.new( :resource_scan_id, :status, :status_reason, :start_time, :end_time, :percentage_completed) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time that the resource scan was started.
7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7342 class ResourceScanSummary < Struct.new( :resource_scan_id, :status, :status_reason, :start_time, :end_time, :percentage_completed) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the resource scan.
- INPROGRESS
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.
7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7342 class ResourceScanSummary < Struct.new( :resource_scan_id, :status, :status_reason, :start_time, :end_time, :percentage_completed) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the resource scan status, providing more information if a failure happened.
7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7342 class ResourceScanSummary < Struct.new( :resource_scan_id, :status, :status_reason, :start_time, :end_time, :percentage_completed) SENSITIVE = [] include Aws::Structure end |