Class: Aws::OpenSearchService::Types::NodeOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::NodeOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for specifying node type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_config ⇒ Types::NodeConfig
Container for specifying configuration of any node type.
-
#node_type ⇒ String
Container for node type like coordinating.
Instance Attribute Details
#node_config ⇒ Types::NodeConfig
Container for specifying configuration of any node type.
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_type ⇒ String
Container for node type like coordinating.
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 |