Class: Aws::Imagebuilder::Types::ListLifecycleExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListLifecycleExecutionsResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_executions ⇒ Array<Types::LifecycleExecution>
A list of lifecycle runtime instances for the specified resource.
-
#next_token ⇒ String
The next token used for paginated responses.
Instance Attribute Details
#lifecycle_executions ⇒ Array<Types::LifecycleExecution>
A list of lifecycle runtime instances for the specified resource.
6563 6564 6565 6566 6567 6568 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6563 class ListLifecycleExecutionsResponse < Struct.new( :lifecycle_executions, :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.
6563 6564 6565 6566 6567 6568 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6563 class ListLifecycleExecutionsResponse < Struct.new( :lifecycle_executions, :next_token) SENSITIVE = [] include Aws::Structure end |