Class: Aws::Kafka::Types::UpdateRebalancingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateRebalancingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for UpdateRebalancing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
-
#current_version ⇒ String
The current version of the cluster.
-
#rebalancing ⇒ Types::Rebalancing
Includes all rebalancing-related information for the cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
5447 5448 5449 5450 5451 5452 5453 |
# File 'lib/aws-sdk-kafka/types.rb', line 5447 class UpdateRebalancingRequest < Struct.new( :cluster_arn, :current_version, :rebalancing) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current version of the cluster.
5447 5448 5449 5450 5451 5452 5453 |
# File 'lib/aws-sdk-kafka/types.rb', line 5447 class UpdateRebalancingRequest < Struct.new( :cluster_arn, :current_version, :rebalancing) SENSITIVE = [] include Aws::Structure end |
#rebalancing ⇒ Types::Rebalancing
Includes all rebalancing-related information for the cluster.
5447 5448 5449 5450 5451 5452 5453 |
# File 'lib/aws-sdk-kafka/types.rb', line 5447 class UpdateRebalancingRequest < Struct.new( :cluster_arn, :current_version, :rebalancing) SENSITIVE = [] include Aws::Structure end |