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
Specify the maximum number of 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
6366 6367 6368 6369 6370 6371 6372 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6366 class ListImagePackagesRequest < Struct.new( :image_build_version_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specify the maximum number of items to return in a request.
6366 6367 6368 6369 6370 6371 6372 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6366 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.
6366 6367 6368 6369 6370 6371 6372 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6366 class ListImagePackagesRequest < Struct.new( :image_build_version_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |