Class: Aws::OpenSearchService::Types::AssociatePackagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AssociatePackagesResponse
- 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>
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.
561 562 563 564 565 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 561 class AssociatePackagesResponse < Struct.new( :domain_package_details_list) SENSITIVE = [] include Aws::Structure end |