Class: Aws::Imagebuilder::Types::ListImageRecipesRequest

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`

  • ‘parentImage`

  • ‘platform`

Returns:



5941
5942
5943
5944
5945
5946
5947
5948
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5941

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

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


5941
5942
5943
5944
5945
5946
5947
5948
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5941

class ListImageRecipesRequest < Struct.new(
  :owner,
  :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)


5941
5942
5943
5944
5945
5946
5947
5948
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5941

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

#ownerString

The owner defines which image recipes you want to list. By default, this request will only show image recipes owned by your account. You can use this field to specify if you want to view image recipes owned by yourself, by Amazon, or those image recipes that have been shared with you by other customers.

Returns:

  • (String)


5941
5942
5943
5944
5945
5946
5947
5948
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5941

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