Class: Aws::OpenSearchService::Types::AssociatePackageResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_package_detailsTypes::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