Class: Aws::Kafka::Types::UpdateBrokerCountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateBrokerCountRequest
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Request body for UpdateBrokerCount.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
-
#current_version ⇒ String
The current version of the cluster.
-
#target_number_of_broker_nodes ⇒ Integer
The number of broker nodes that you want the cluster to have after this operation completes successfully.
Instance Attribute Details
#cluster_arn ⇒ String
3065 3066 3067 3068 3069 3070 3071 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3065 class UpdateBrokerCountRequest < Struct.new( :cluster_arn, :current_version, :target_number_of_broker_nodes) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current version of the cluster.
3065 3066 3067 3068 3069 3070 3071 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3065 class UpdateBrokerCountRequest < Struct.new( :cluster_arn, :current_version, :target_number_of_broker_nodes) SENSITIVE = [] include Aws::Structure end |
#target_number_of_broker_nodes ⇒ Integer
The number of broker nodes that you want the cluster to have after this operation completes successfully.
3065 3066 3067 3068 3069 3070 3071 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3065 class UpdateBrokerCountRequest < Struct.new( :cluster_arn, :current_version, :target_number_of_broker_nodes) SENSITIVE = [] include Aws::Structure end |