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
- Struct
- Aws::Kafka::Types::UpdateBrokerCountRequest
 
- 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
- 
  
    
      #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
#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.