Class: Aws::ElasticsearchService::Types::CreatePackageResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::CreatePackageResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for response returned by ‘ CreatePackage ` operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #package_details  ⇒ Types::PackageDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the package ‘PackageDetails`. 
Instance Attribute Details
#package_details ⇒ Types::PackageDetails
Information about the package ‘PackageDetails`.
| 1090 1091 1092 1093 1094 | # File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1090 class CreatePackageResponse < Struct.new( :package_details) SENSITIVE = [] include Aws::Structure end |