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.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def current_version @current_version end |
#rebalancing ⇒ Types::Rebalancing
Returns the value of attribute rebalancing.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def rebalancing @rebalancing end |