Class: Aws::OpenSearchService::Types::DissociatePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DissociatePackageResponse
- 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
-
#domain_package_details ⇒ Types::DomainPackageDetails
Information about a package that has been dissociated from the domain.
Instance Attribute Details
#domain_package_details ⇒ Types::DomainPackageDetails
Information about a package that has been dissociated from the domain.
3128 3129 3130 3131 3132 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3128 class DissociatePackageResponse < Struct.new( :domain_package_details) SENSITIVE = [] include Aws::Structure end |