Class: Aws::Kafka::Types::UpdateRebalancingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateRebalancingRequest
- Defined in:
- gems/aws-sdk-kafka/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.
4268 4269 4270 4271 4272 4273 4274 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4268 class UpdateRebalancingRequest < Struct.new( :cluster_arn, :current_version, :rebalancing) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current version of the cluster.
4268 4269 4270 4271 4272 4273 4274 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4268 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.
4268 4269 4270 4271 4272 4273 4274 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4268 class UpdateRebalancingRequest < Struct.new( :cluster_arn, :current_version, :rebalancing) SENSITIVE = [] include Aws::Structure end |