Class: Aws::OpenSearchService::Types::AssociatePackagesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of an OpenSearch Service domain. Domain names are unique across the domains owned by an account within an Amazon Web Services Region.

Returns:

  • (String)


627
628
629
630
631
632
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 627

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

#package_listArray<Types::PackageDetailsForAssociation>

A list of packages and their prerequisites to be associated with a domain.



627
628
629
630
631
632
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 627

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