Class: Aws::Imagebuilder::Types::ListImagePipelinesRequest

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:

  • ‘description`

  • ‘distributionConfigurationArn`

  • ‘imageRecipeArn`

  • ‘infrastructureConfigurationArn`

  • ‘name`

  • ‘status`

Returns:



5879
5880
5881
5882
5883
5884
5885
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5879

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

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


5879
5880
5881
5882
5883
5884
5885
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5879

class ListImagePipelinesRequest < Struct.new(
  :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)


5879
5880
5881
5882
5883
5884
5885
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5879

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