Class: Aws::ElasticsearchService::Types::DissociatePackageResponse

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

Overview

Container for response returned by ‘ DissociatePackage ` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_package_detailsTypes::DomainPackageDetails

‘DomainPackageDetails`



1694
1695
1696
1697
1698
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1694

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