Class: Aws::Imagebuilder::Types::ListLifecycleExecutionResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListLifecycleExecutionResourcesResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_execution_id ⇒ String
Runtime details for the specified runtime instance of the lifecycle policy.
-
#lifecycle_execution_state ⇒ Types::LifecycleExecutionState
The current state of the lifecycle runtime instance.
-
#next_token ⇒ String
The next token used for paginated responses.
-
#resources ⇒ Array<Types::LifecycleExecutionResource>
A list of resources that were identified for lifecycle actions.
Instance Attribute Details
#lifecycle_execution_id ⇒ String
Runtime details for the specified runtime instance of the lifecycle policy.
6300 6301 6302 6303 6304 6305 6306 6307 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6300 class ListLifecycleExecutionResourcesResponse < Struct.new( :lifecycle_execution_id, :lifecycle_execution_state, :resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#lifecycle_execution_state ⇒ Types::LifecycleExecutionState
The current state of the lifecycle runtime instance.
6300 6301 6302 6303 6304 6305 6306 6307 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6300 class ListLifecycleExecutionResourcesResponse < Struct.new( :lifecycle_execution_id, :lifecycle_execution_state, :resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
6300 6301 6302 6303 6304 6305 6306 6307 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6300 class ListLifecycleExecutionResourcesResponse < Struct.new( :lifecycle_execution_id, :lifecycle_execution_state, :resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::LifecycleExecutionResource>
A list of resources that were identified for lifecycle actions.
6300 6301 6302 6303 6304 6305 6306 6307 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6300 class ListLifecycleExecutionResourcesResponse < Struct.new( :lifecycle_execution_id, :lifecycle_execution_state, :resources, :next_token) SENSITIVE = [] include Aws::Structure end |