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

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



3088
3089
3090
3091
3092
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3088

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