Class: Aws::OpenSearchService::Types::AssociatePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AssociatePackageResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the response returned by the AssociatePackage
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_package_details ⇒ Types::DomainPackageDetails
Information about a package that is associated with a domain.
Instance Attribute Details
#domain_package_details ⇒ Types::DomainPackageDetails
Information about a package that is associated with a domain.
577 578 579 580 581 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 577 class AssociatePackageResponse < Struct.new( :domain_package_details) SENSITIVE = [] include Aws::Structure end |