Class: Aws::Imagebuilder::Types::ListContainerRecipesRequest

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:

  • ‘containerType`

  • ‘name`

  • ‘parentImage`

  • ‘platform`

Returns:



5599
5600
5601
5602
5603
5604
5605
5606
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5599

class ListContainerRecipesRequest < 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)


5599
5600
5601
5602
5603
5604
5605
5606
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5599

class ListContainerRecipesRequest < 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)


5599
5600
5601
5602
5603
5604
5605
5606
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5599

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

#ownerString

Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.

Returns:

  • (String)


5599
5600
5601
5602
5603
5604
5605
5606
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5599

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