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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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)


5033
5034
5035
5036
5037
5038
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5033

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.



5033
5034
5035
5036
5037
5038
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5033

class LifecycleExecutionSnapshotResource < Struct.new(
  :snapshot_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end