Class: Aws::ElasticsearchService::Types::AssociatePackageRequest

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

Overview

Container for request parameters to ‘ AssociatePackage ` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the domain that you want to associate the package with.

Returns:

  • (String)


248
249
250
251
252
253
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 248

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

#package_idString

Internal ID of the package that you want to associate with a domain. Use ‘DescribePackages` to find this value.

Returns:

  • (String)


248
249
250
251
252
253
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 248

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