Class: Aws::OpenSearchService::Types::DissociatePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DissociatePackageResponse
- 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
-
#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.
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 |