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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2973
2974
2975
2976
2977
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2973

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