Class: Aws::OpenSearchService::Types::PackageDetailsForAssociation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Details of a package that is associated with a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_configurationTypes::PackageAssociationConfiguration

The configuration parameters for associating the package with a domain.



6168
6169
6170
6171
6172
6173
6174
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6168

class PackageDetailsForAssociation < Struct.new(
  :package_id,
  :prerequisite_package_id_list,
  :association_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#package_idString

Internal ID of the package that you want to associate with a domain.

Returns:

  • (String)


6168
6169
6170
6171
6172
6173
6174
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6168

class PackageDetailsForAssociation < Struct.new(
  :package_id,
  :prerequisite_package_id_list,
  :association_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#prerequisite_package_id_listArray<String>

List of package IDs that must be associated with the domain with or before the package can be associated.

Returns:

  • (Array<String>)


6168
6169
6170
6171
6172
6173
6174
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6168

class PackageDetailsForAssociation < Struct.new(
  :package_id,
  :prerequisite_package_id_list,
  :association_configuration)
  SENSITIVE = []
  include Aws::Structure
end