Class: Aws::Imagebuilder::Types::GetLifecycleExecutionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_execution ⇒ Types::LifecycleExecution

Runtime details for the specified runtime instance of the lifecycle policy.



3666
3667
3668
3669
3670
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3666

class GetLifecycleExecutionResponse < Struct.new(
  :lifecycle_execution)
  SENSITIVE = []
  include Aws::Structure
end