Class: Aws::Kafka::Types::UpdateBrokerCountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateBrokerCountRequest
- Includes:
- Structure
- Defined in:
- 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
3984 3985 3986 3987 3988 3989 3990 |
# File 'lib/aws-sdk-kafka/types.rb', line 3984 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.
3984 3985 3986 3987 3988 3989 3990 |
# File 'lib/aws-sdk-kafka/types.rb', line 3984 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.
3984 3985 3986 3987 3988 3989 3990 |
# File 'lib/aws-sdk-kafka/types.rb', line 3984 class UpdateBrokerCountRequest < Struct.new( :cluster_arn, :current_version, :target_number_of_broker_nodes) SENSITIVE = [] include Aws::Structure end |