Class: Aws::Imagebuilder::Types::ListImagePipelineImagesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

Use the following filters to streamline results:

  • ‘name`

  • ‘version`

Returns:



5818
5819
5820
5821
5822
5823
5824
5825
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5818

class ListImagePipelineImagesRequest < Struct.new(
  :image_pipeline_arn,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#image_pipeline_arnString

The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.

Returns:

  • (String)


5818
5819
5820
5821
5822
5823
5824
5825
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5818

class ListImagePipelineImagesRequest < Struct.new(
  :image_pipeline_arn,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


5818
5819
5820
5821
5822
5823
5824
5825
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5818

class ListImagePipelineImagesRequest < Struct.new(
  :image_pipeline_arn,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

Returns:

  • (String)


5818
5819
5820
5821
5822
5823
5824
5825
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5818

class ListImagePipelineImagesRequest < Struct.new(
  :image_pipeline_arn,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end