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:



6545
6546
6547
6548
6549
6550
6551
6552
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6545

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

#max_resultsInteger

Specify the maximum number of items to return in a request.

Returns:

  • (Integer)


6545
6546
6547
6548
6549
6550
6551
6552
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6545

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)


6545
6546
6547
6548
6549
6550
6551
6552
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6545

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

#ownerString

You can specify the recipe owner to filter results by that owner. By default, this request will only show image recipes owned by your account. To filter by a different owner, specify one of the ‘Valid Values` that are listed for this parameter.

Returns:

  • (String)


6545
6546
6547
6548
6549
6550
6551
6552
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6545

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