Class: Aws::OpenSearchService::Types::NodeConfig

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

Overview

Container for specifying configuration of any node type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of nodes of a particular node type in the cluster.

Returns:

  • (Integer)


5487
5488
5489
5490
5491
5492
5493
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5487

class NodeConfig < Struct.new(
  :enabled,
  :type,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

A boolean that indicates whether a particular node type is enabled or not.

Returns:

  • (Boolean)


5487
5488
5489
5490
5491
5492
5493
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5487

class NodeConfig < Struct.new(
  :enabled,
  :type,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The instance type of a particular node type in the cluster.

Returns:

  • (String)


5487
5488
5489
5490
5491
5492
5493
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5487

class NodeConfig < Struct.new(
  :enabled,
  :type,
  :count)
  SENSITIVE = []
  include Aws::Structure
end