Class: Aws::Imagebuilder::Types::GetLifecycleExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetLifecycleExecutionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_execution_id ⇒ String
Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.
Instance Attribute Details
#lifecycle_execution_id ⇒ String
Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.
2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2950 class GetLifecycleExecutionRequest < Struct.new( :lifecycle_execution_id) SENSITIVE = [] include Aws::Structure end |