Class: Aws::Kafka::Types::UpdateBrokerCountRequest

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

Overview

Request body for UpdateBrokerCount.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)


3962
3963
3964
3965
3966
3967
3968
# File 'lib/aws-sdk-kafka/types.rb', line 3962

class UpdateBrokerCountRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :target_number_of_broker_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#current_versionString

The current version of the cluster.

Returns:

  • (String)


3962
3963
3964
3965
3966
3967
3968
# File 'lib/aws-sdk-kafka/types.rb', line 3962

class UpdateBrokerCountRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :target_number_of_broker_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#target_number_of_broker_nodesInteger

The number of broker nodes that you want the cluster to have after this operation completes successfully.

Returns:

  • (Integer)


3962
3963
3964
3965
3966
3967
3968
# File 'lib/aws-sdk-kafka/types.rb', line 3962

class UpdateBrokerCountRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :target_number_of_broker_nodes)
  SENSITIVE = []
  include Aws::Structure
end