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

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

Instance Attribute Details

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