Method: Aws::Redshift::Types::NodeConfigurationOption#node_type
- Defined in:
- lib/aws-sdk-redshift/types.rb
#node_type ⇒ String
The node type, such as, “ra3.4xlarge”.
9397 9398 9399 9400 9401 9402 9403 9404 |
# File 'lib/aws-sdk-redshift/types.rb', line 9397 class NodeConfigurationOption < Struct.new( :node_type, :number_of_nodes, :estimated_disk_utilization_percent, :mode) SENSITIVE = [] include Aws::Structure end |