Class: Aws::Types::ResizeClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::ResizeClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classic ⇒ Boolean
Returns the value of attribute classic.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
-
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
-
#target_reserved_node_offering_id ⇒ ::String
Returns the value of attribute target_reserved_node_offering_id.
Instance Attribute Details
#classic ⇒ Boolean
Returns the value of attribute classic.
2573 2574 2575 |
# File 'sig/types.rbs', line 2573 def classic @classic end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def cluster_identifier @cluster_identifier end |
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def cluster_type @cluster_type end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
2572 2573 2574 |
# File 'sig/types.rbs', line 2572 def number_of_nodes @number_of_nodes end |
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def reserved_node_id @reserved_node_id end |
#target_reserved_node_offering_id ⇒ ::String
Returns the value of attribute target_reserved_node_offering_id.
2575 2576 2577 |
# File 'sig/types.rbs', line 2575 def target_reserved_node_offering_id @target_reserved_node_offering_id end |