Class: Aws::OpenSearchService::Types::DissociatePackageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the response returned by an DissociatePackage operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_package_detailsTypes::DomainPackageDetails

Information about a package that has been dissociated from the domain.



2604
2605
2606
2607
2608
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2604

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