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