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
Specify the maximum number of 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
6423 6424 6425 6426 6427 6428 6429 6430 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6423 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.
6423 6424 6425 6426 6427 6428 6429 6430 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6423 class ListImagePipelineImagesRequest < Struct.new( :image_pipeline_arn, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specify the maximum number of items to return in a request.
6423 6424 6425 6426 6427 6428 6429 6430 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6423 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.
6423 6424 6425 6426 6427 6428 6429 6430 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6423 class ListImagePipelineImagesRequest < Struct.new( :image_pipeline_arn, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |