Class: Aws::Imagebuilder::Types::ListImagePackagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListImagePackagesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_build_version_arn ⇒ String
Filter results for the ListImagePackages request by the Image Build Version ARN.
-
#max_results ⇒ Integer
The maximum items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
Instance Attribute Details
#image_build_version_arn ⇒ String
Filter results for the ListImagePackages request by the Image Build Version ARN
5783 5784 5785 5786 5787 5788 5789 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5783 class ListImagePackagesRequest < Struct.new( :image_build_version_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum items to return in a request.
5783 5784 5785 5786 5787 5788 5789 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5783 class ListImagePackagesRequest < Struct.new( :image_build_version_arn, :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.
5783 5784 5785 5786 5787 5788 5789 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5783 class ListImagePackagesRequest < Struct.new( :image_build_version_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |