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 nextTokenis 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.
| 2902 2903 2904 2905 2906 2907 | # File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2902 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.
| 2902 2903 2904 2905 2906 2907 | # File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2902 class DescribePackagesResponse < Struct.new( :package_details_list, :next_token) SENSITIVE = [] include Aws::Structure end |