Class: Aws::Imagebuilder::Types::ListImagePackagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListImagePackagesResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_package_list ⇒ Array<Types::ImagePackage>
The list of Image Packages returned in the response.
-
#next_token ⇒ String
A token to specify where to start paginating.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#image_package_list ⇒ Array<Types::ImagePackage>
The list of Image Packages returned in the response.
4785 4786 4787 4788 4789 4790 4791 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4785 class ListImagePackagesResponse < Struct.new( :request_id, :image_package_list, :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.
4785 4786 4787 4788 4789 4790 4791 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4785 class ListImagePackagesResponse < Struct.new( :request_id, :image_package_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
4785 4786 4787 4788 4789 4790 4791 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4785 class ListImagePackagesResponse < Struct.new( :request_id, :image_package_list, :next_token) SENSITIVE = [] include Aws::Structure end |