Class: Aws::Imagebuilder::Types::ListImageBuildVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListImageBuildVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
Use the following filters to streamline results:.
-
#image_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
-
#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
#filters ⇒ Array<Types::Filter>
Use the following filters to streamline results:
-
‘name`
-
‘osVersion`
-
‘platform`
-
‘type`
-
‘version`
5733 5734 5735 5736 5737 5738 5739 5740 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5733 class ListImageBuildVersionsRequest < Struct.new( :image_version_arn, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#image_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
5733 5734 5735 5736 5737 5738 5739 5740 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5733 class ListImageBuildVersionsRequest < Struct.new( :image_version_arn, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum items to return in a request.
5733 5734 5735 5736 5737 5738 5739 5740 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5733 class ListImageBuildVersionsRequest < Struct.new( :image_version_arn, :filters, :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.
5733 5734 5735 5736 5737 5738 5739 5740 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5733 class ListImageBuildVersionsRequest < Struct.new( :image_version_arn, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |