Class: Aws::OpenSearchService::Types::AssociatePackageRequest

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

Overview

Container for the request parameters to the AssociatePackage operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the domain to associate the package with.

Returns:

  • (String)


365
366
367
368
369
370
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 365

class AssociatePackageRequest < Struct.new(
  :package_id,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#package_idString

Internal ID of the package to associate with a domain. Use DescribePackages to find this value.

Returns:

  • (String)


365
366
367
368
369
370
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 365

class AssociatePackageRequest < Struct.new(
  :package_id,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end