Class: Aws::Kafka::Types::UpdateRebalancingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateRebalancingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for UpdateRebalancing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster whose intelligent rebalancing status you've updated.
-
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster operation.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster whose intelligent rebalancing status you've updated.
5468 5469 5470 5471 5472 5473 |
# File 'lib/aws-sdk-kafka/types.rb', line 5468 class UpdateRebalancingResponse < Struct.new( :cluster_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster operation.
5468 5469 5470 5471 5472 5473 |
# File 'lib/aws-sdk-kafka/types.rb', line 5468 class UpdateRebalancingResponse < Struct.new( :cluster_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end |