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.
2953 2954 2955 2956 2957 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2953 class GetLifecycleExecutionResponse < Struct.new( :lifecycle_execution) SENSITIVE = [] include Aws::Structure end |