Class: Aws::OpenSearchService::Types::DissociatePackagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DissociatePackagesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_package_details_list ⇒ Array<Types::DomainPackageDetails>
A list of package details for the packages that were dissociated from the domain.
Instance Attribute Details
#domain_package_details_list ⇒ Array<Types::DomainPackageDetails>
A list of package details for the packages that were dissociated from the domain.
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 |