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.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def classic @classic end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def cluster_identifier @cluster_identifier end |
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def cluster_type @cluster_type end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def number_of_nodes @number_of_nodes end |
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def reserved_node_id @reserved_node_id end |
#target_reserved_node_offering_id ⇒ ::String
Returns the value of attribute target_reserved_node_offering_id.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def target_reserved_node_offering_id @target_reserved_node_offering_id end |