Class: Aws::ElasticsearchService::Types::AssociatePackageResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for response returned by ‘ AssociatePackage ` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_package_detailsTypes::DomainPackageDetails

‘DomainPackageDetails`



274
275
276
277
278
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 274

class AssociatePackageResponse < Struct.new(
  :domain_package_details)
  SENSITIVE = []
  include Aws::Structure
end