Class: Aws::OpenSearchService::Types::NodeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::NodeConfig
- 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
-
#count ⇒ Integer
The number of nodes of a particular node type in the cluster.
-
#enabled ⇒ Boolean
A boolean that indicates whether a particular node type is enabled or not.
-
#type ⇒ String
The instance type of a particular node type in the cluster.
Instance Attribute Details
#count ⇒ Integer
The number of nodes of a particular node type in the cluster.
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 |
#enabled ⇒ Boolean
A boolean that indicates whether a particular node type is enabled or not.
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 |
#type ⇒ String
The instance type of a particular node type in the cluster.
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 |