You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateBrokerCountRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster_arn: "__string", # required
  current_version: "__string", # required
  target_number_of_broker_nodes: 1, # required
}

Request body for UpdateBrokerCount.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)

#current_versionString

The current version of the cluster.

Returns:

  • (String)

    The current version of the cluster.

#target_number_of_broker_nodesInteger

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

Returns:

  • (Integer)

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