Class: Aws::Imagebuilder::Types::LifecycleExecutionSnapshotResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#snapshot_idString

Identifies the impacted snapshot resource.

Returns:

  • (String)


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

#stateTypes::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