Class: Aws::OpenSearchService::Types::NodeOption

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

Overview

Container for specifying node type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#node_configTypes::NodeConfig

Container for specifying configuration of any node type.

Returns:



5507
5508
5509
5510
5511
5512
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5507

class NodeOption < Struct.new(
  :node_type,
  :node_config)
  SENSITIVE = []
  include Aws::Structure
end

#node_typeString

Container for node type like coordinating.

Returns:

  • (String)


5507
5508
5509
5510
5511
5512
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5507

class NodeOption < Struct.new(
  :node_type,
  :node_config)
  SENSITIVE = []
  include Aws::Structure
end