Class: Aws::Imagebuilder::Types::GetLifecycleExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetLifecycleExecutionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_execution ⇒ Types::LifecycleExecution
Runtime details for the specified runtime instance of the lifecycle policy.
Instance Attribute Details
#lifecycle_execution ⇒ Types::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 |