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.



5925
5926
5927
5928
5929
5930
5931
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5925

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)


5925
5926
5927
5928
5929
5930
5931
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5925

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>)


5925
5926
5927
5928
5929
5930
5931
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5925

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