Class: Aws::Types::NodeConfigurationOption
- Inherits:
-
Object
- Object
- Aws::Types::NodeConfigurationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_disk_utilization_percent ⇒ ::Float
Returns the value of attribute estimated_disk_utilization_percent.
-
#mode ⇒ "standard", "high-performance"
Returns the value of attribute mode.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
Instance Attribute Details
#estimated_disk_utilization_percent ⇒ ::Float
Returns the value of attribute estimated_disk_utilization_percent.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def estimated_disk_utilization_percent @estimated_disk_utilization_percent end |
#mode ⇒ "standard", "high-performance"
Returns the value of attribute mode.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def mode @mode end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def number_of_nodes @number_of_nodes end |