Class: Aws::Imagebuilder::Types::ListLifecycleExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListLifecycleExecutionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which to get a list of lifecycle runtime instances.
Instance Attribute Details
#max_results ⇒ Integer
The maximum items to return in a request.
6347 6348 6349 6350 6351 6352 6353 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6347 class ListLifecycleExecutionsRequest < Struct.new( :max_results, :next_token, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
6347 6348 6349 6350 6351 6352 6353 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6347 class ListLifecycleExecutionsRequest < Struct.new( :max_results, :next_token, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which to get a list of lifecycle runtime instances.
6347 6348 6349 6350 6351 6352 6353 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6347 class ListLifecycleExecutionsRequest < Struct.new( :max_results, :next_token, :resource_arn) SENSITIVE = [] include Aws::Structure end |