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.



2953
2954
2955
2956
2957
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2953

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