Class: Aws::Imagebuilder::Types::ListImagePipelineImagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListImagePipelineImagesRequest
- 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_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
-
#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`
-
‘version`
5840 5841 5842 5843 5844 5845 5846 5847 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5840 class ListImagePipelineImagesRequest < Struct.new( :image_pipeline_arn, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
5840 5841 5842 5843 5844 5845 5846 5847 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5840 class ListImagePipelineImagesRequest < Struct.new( :image_pipeline_arn, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum items to return in a request.
5840 5841 5842 5843 5844 5845 5846 5847 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5840 class ListImagePipelineImagesRequest < Struct.new( :image_pipeline_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.
5840 5841 5842 5843 5844 5845 5846 5847 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5840 class ListImagePipelineImagesRequest < Struct.new( :image_pipeline_arn, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |