Class: Aws::OpenSearchService::Types::AssociatePackagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AssociatePackagesResponse
- 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>
List of information about packages that are associated with a domain.
Instance Attribute Details
#domain_package_details_list ⇒ Array<Types::DomainPackageDetails>
List of information about packages that are associated with a domain.
610 611 612 613 614 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 610 class AssociatePackagesResponse < Struct.new( :domain_package_details_list) SENSITIVE = [] include Aws::Structure end |