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

#filters ⇒ Array<Types::Filter>

Use the following filters to streamline results:

  • description

  • distributionConfigurationArn

  • imageRecipeArn

  • infrastructureConfigurationArn

  • name

  • status

Returns:



7185
7186
7187
7188
7189
7190
7191
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7185

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

#max_results ⇒ Integer

The maximum number of items to return in a single request.

Returns:

  • (Integer)


7185
7186
7187
7188
7189
7190
7191
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7185

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

#next_token ⇒ String

A token to specify where to start paginating. Use the nextToken value from a previously truncated response.

Returns:

  • (String)


7185
7186
7187
7188
7189
7190
7191
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7185

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