Class: Aws::OpenSearchService::Types::AssociatePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AssociatePackageResponse
- Includes:
- Structure
- Defined in:
- 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.
528 529 530 531 532 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 528 class AssociatePackageResponse < Struct.new( :domain_package_details) SENSITIVE = [] include Aws::Structure end |