Class: Aws::Redshift::Types::NodeConfigurationOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::NodeConfigurationOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
A list of node configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#estimated_disk_utilization_percent ⇒ Float
The estimated disk utilizaton percentage.
-
#mode ⇒ String
The category of the node configuration recommendation.
-
#node_type ⇒ String
The node type, such as, “ra3.4xlarge”.
-
#number_of_nodes ⇒ Integer
The number of nodes.
Instance Attribute Details
#estimated_disk_utilization_percent ⇒ Float
The estimated disk utilizaton percentage.
9077 9078 9079 9080 9081 9082 9083 9084 |
# File 'lib/aws-sdk-redshift/types.rb', line 9077 class NodeConfigurationOption < Struct.new( :node_type, :number_of_nodes, :estimated_disk_utilization_percent, :mode) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The category of the node configuration recommendation.
9077 9078 9079 9080 9081 9082 9083 9084 |
# File 'lib/aws-sdk-redshift/types.rb', line 9077 class NodeConfigurationOption < Struct.new( :node_type, :number_of_nodes, :estimated_disk_utilization_percent, :mode) SENSITIVE = [] include Aws::Structure end |
#node_type ⇒ String
The node type, such as, “ra3.4xlarge”.
9077 9078 9079 9080 9081 9082 9083 9084 |
# File 'lib/aws-sdk-redshift/types.rb', line 9077 class NodeConfigurationOption < Struct.new( :node_type, :number_of_nodes, :estimated_disk_utilization_percent, :mode) SENSITIVE = [] include Aws::Structure end |
#number_of_nodes ⇒ Integer
The number of nodes.
9077 9078 9079 9080 9081 9082 9083 9084 |
# File 'lib/aws-sdk-redshift/types.rb', line 9077 class NodeConfigurationOption < Struct.new( :node_type, :number_of_nodes, :estimated_disk_utilization_percent, :mode) SENSITIVE = [] include Aws::Structure end |