Class: Aws::Types::UpdateRebalancingRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRebalancingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#rebalancing ⇒ Types::Rebalancing
Returns the value of attribute rebalancing.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def current_version @current_version end |
#rebalancing ⇒ Types::Rebalancing
Returns the value of attribute rebalancing.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def rebalancing @rebalancing end |