Method: Aws::Redshift::Types::NodeConfigurationOption#mode
- Defined in:
- lib/aws-sdk-redshift/types.rb
#mode ⇒ String
The category of the node configuration recommendation.
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 |