Class: Aws::OpenSearchService::Types::DissociatePackagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DissociatePackagesResponse
- Defined in:
- gems/aws-sdk-opensearchservice/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.
3160 3161 3162 3163 3164 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3160 class DissociatePackagesResponse < Struct.new( :domain_package_details_list) SENSITIVE = [] include Aws::Structure end |