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.
1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1201 class CreatePackageResponse < Struct.new( :package_details) SENSITIVE = [] include Aws::Structure end |