Class: Aws::Kafka::Types::UpdateRebalancingResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Response body for UpdateRebalancing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster whose intelligent rebalancing status you've updated.

Returns:

  • (String)


4530
4531
4532
4533
4534
4535
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4530

class UpdateRebalancingResponse < Struct.new(
  :cluster_arn,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_operation_arnString

The Amazon Resource Name (ARN) of the cluster operation.

Returns:

  • (String)


4530
4531
4532
4533
4534
4535
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4530

class UpdateRebalancingResponse < Struct.new(
  :cluster_arn,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end