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_executionTypes::LifecycleExecution

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



2963
2964
2965
2966
2967
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2963

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