Class: Aws::OpenSearchService::Types::DissociatePackagesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_package_details_listArray<Types::DomainPackageDetails>

A list of package details for the packages that were dissociated from the domain.

Returns:



3005
3006
3007
3008
3009
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3005

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