Class: Aws::Imagebuilder::Types::ListComponentBuildVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListComponentBuildVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_version_arn ⇒ String
The component version Amazon Resource Name (ARN) whose versions you want to list.
-
#max_results ⇒ Integer
The maximum items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
Instance Attribute Details
#component_version_arn ⇒ String
The component version Amazon Resource Name (ARN) whose versions you want to list.
5479 5480 5481 5482 5483 5484 5485 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5479 class ListComponentBuildVersionsRequest < Struct.new( :component_version_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum items to return in a request.
5479 5480 5481 5482 5483 5484 5485 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5479 class ListComponentBuildVersionsRequest < Struct.new( :component_version_arn, :max_results, :next_token) 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.
5479 5480 5481 5482 5483 5484 5485 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5479 class ListComponentBuildVersionsRequest < Struct.new( :component_version_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |