Class: Aws::OpenSearchService::Types::CreatePackageResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#package_detailsTypes::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