Class: Aws::Imagebuilder::Types::ListContainerRecipesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListContainerRecipesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
Use the following filters to streamline results:.
-
#max_results ⇒ Integer
The maximum items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
-
#owner ⇒ String
Returns container recipes belonging to the specified owner, that have been shared with you.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
Use the following filters to streamline results:
-
‘containerType`
-
‘name`
-
‘parentImage`
-
‘platform`
5687 5688 5689 5690 5691 5692 5693 5694 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5687 class ListContainerRecipesRequest < Struct.new( :owner, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum items to return in a request.
5687 5688 5689 5690 5691 5692 5693 5694 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5687 class ListContainerRecipesRequest < Struct.new( :owner, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
5687 5688 5689 5690 5691 5692 5693 5694 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5687 class ListContainerRecipesRequest < Struct.new( :owner, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
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.
5687 5688 5689 5690 5691 5692 5693 5694 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5687 class ListContainerRecipesRequest < Struct.new( :owner, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |