Class: Aws::OpenSearchService::Types::CreatePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CreatePackageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the response returned by the ‘CreatePackage` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_details ⇒ Types::PackageDetails
Basic information about an OpenSearch Service package.
Instance Attribute Details
#package_details ⇒ Types::PackageDetails
Basic information about an OpenSearch Service package.
1866 1867 1868 1869 1870 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1866 class CreatePackageResponse < Struct.new( :package_details) SENSITIVE = [] include Aws::Structure end |