Class: Aws::Imagebuilder::Types::LifecycleExecutionSnapshotResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LifecycleExecutionSnapshotResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Contains the state of an impacted snapshot resource that the runtime instance of the lifecycle policy identified for action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_id ⇒ String
Identifies the impacted snapshot resource.
-
#state ⇒ Types::LifecycleExecutionResourceState
The runtime status of the lifecycle action taken for the snapshot.
Instance Attribute Details
#snapshot_id ⇒ String
Identifies the impacted snapshot resource.
5055 5056 5057 5058 5059 5060 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5055 class LifecycleExecutionSnapshotResource < Struct.new( :snapshot_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ Types::LifecycleExecutionResourceState
The runtime status of the lifecycle action taken for the snapshot.
5055 5056 5057 5058 5059 5060 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5055 class LifecycleExecutionSnapshotResource < Struct.new( :snapshot_id, :state) SENSITIVE = [] include Aws::Structure end |