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

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

Overview

Configuration settings for defining the node type within a cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#node_configTypes::NodeConfig

Configuration options for defining the setup of any node type.

Returns:



5844
5845
5846
5847
5848
5849
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5844

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

#node_typeString

Defines the type of node, such as coordinating nodes.

Returns:

  • (String)


5844
5845
5846
5847
5848
5849
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5844

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