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`



261
262
263
264
265
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 261

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