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.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def estimated_disk_utilization_percent @estimated_disk_utilization_percent end |
#mode ⇒ "standard", "high-performance"
Returns the value of attribute mode.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def mode @mode end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def number_of_nodes @number_of_nodes end |