Class: Aws::OpenSearchService::Types::DescribePackagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribePackagesResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the response returned by the DescribePackages
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When
nextToken
is returned, there are more results available. -
#package_details_list ⇒ Array<Types::PackageDetails>
Basic information about a package.
Instance Attribute Details
#next_token ⇒ String
When nextToken
is returned, there are more results available. The
value of nextToken
is a unique pagination token for each page.
Send the request again using the returned token to retrieve the next
page.
2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2870 class DescribePackagesResponse < Struct.new( :package_details_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_details_list ⇒ Array<Types::PackageDetails>
Basic information about a package.
2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2870 class DescribePackagesResponse < Struct.new( :package_details_list, :next_token) SENSITIVE = [] include Aws::Structure end |