Class: Aws::Imagebuilder::Types::ListImagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListImagesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#by_name ⇒ Boolean
Requests a list of images with a specific recipe name.
-
#filters ⇒ Array<Types::Filter>
Use the following filters to streamline results:.
-
#include_deprecated ⇒ Boolean
Includes deprecated images in the response list.
-
#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 images you want to list.
Instance Attribute Details
#by_name ⇒ Boolean
Requests a list of images with a specific recipe name.
6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6331 class ListImagesRequest < Struct.new( :owner, :filters, :by_name, :max_results, :next_token, :include_deprecated) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::Filter>
Use the following filters to streamline results:
-
‘name`
-
‘osVersion`
-
‘platform`
-
‘type`
-
‘version`
6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6331 class ListImagesRequest < Struct.new( :owner, :filters, :by_name, :max_results, :next_token, :include_deprecated) SENSITIVE = [] include Aws::Structure end |
#include_deprecated ⇒ Boolean
Includes deprecated images in the response list.
6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6331 class ListImagesRequest < Struct.new( :owner, :filters, :by_name, :max_results, :next_token, :include_deprecated) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum items to return in a request.
6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6331 class ListImagesRequest < Struct.new( :owner, :filters, :by_name, :max_results, :next_token, :include_deprecated) 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.
6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6331 class ListImagesRequest < Struct.new( :owner, :filters, :by_name, :max_results, :next_token, :include_deprecated) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner defines which images you want to list. By default, this request will only show images owned by your account. You can use this field to specify if you want to view images owned by yourself, by Amazon, or those images that have been shared with you by other customers.
6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6331 class ListImagesRequest < Struct.new( :owner, :filters, :by_name, :max_results, :next_token, :include_deprecated) SENSITIVE = [] include Aws::Structure end |