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`.
986 987 988 989 990 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 986 class CreatePackageResponse < Struct.new( :package_details) SENSITIVE = [] include Aws::Structure end |