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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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:



3894
3895
3896
3897
3898
3899
3900
3901
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3894

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

#max_resultsInteger

The maximum number of results to return in the list.

Returns:

  • (Integer)


3894
3895
3896
3897
3898
3899
3900
3901
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3894

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

#next_tokenString

Provides a token for pagination, which determines where to begin the next set of results when the current set reaches the maximum for one request.

Returns:

  • (String)


3894
3895
3896
3897
3898
3899
3900
3901
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3894

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)


3894
3895
3896
3897
3898
3899
3900
3901
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3894

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