Class: Aws::Imagebuilder::Types::ListImageRecipesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListImageRecipesRequest
- 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
The owner defines which image recipes you want to list.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
Use the following filters to streamline results:
-
‘name`
-
‘parentImage`
-
‘platform`
5963 5964 5965 5966 5967 5968 5969 5970 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5963 class ListImageRecipesRequest < Struct.new( :owner, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum items to return in a request.
5963 5964 5965 5966 5967 5968 5969 5970 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5963 class ListImageRecipesRequest < 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.
5963 5964 5965 5966 5967 5968 5969 5970 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5963 class ListImageRecipesRequest < Struct.new( :owner, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
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.
5963 5964 5965 5966 5967 5968 5969 5970 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5963 class ListImageRecipesRequest < Struct.new( :owner, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |