Class: Aws::Kafka::Types::UpdateClusterConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Kafka::Types::UpdateClusterConfigurationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-kafka/types.rb
 
Overview
Request body for UpdateClusterConfiguration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #cluster_arn ⇒ String
 - 
  
    
      #configuration_info  ⇒ Types::ConfigurationInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the configuration that you want MSK to use for the cluster.
 - 
  
    
      #current_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the cluster that you want to update.
 
Instance Attribute Details
#cluster_arn ⇒ String
      4077 4078 4079 4080 4081 4082 4083  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 4077 class UpdateClusterConfigurationRequest < Struct.new( :cluster_arn, :configuration_info, :current_version) SENSITIVE = [] include Aws::Structure end  | 
  
#configuration_info ⇒ Types::ConfigurationInfo
Represents the configuration that you want MSK to use for the cluster.
      4077 4078 4079 4080 4081 4082 4083  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 4077 class UpdateClusterConfigurationRequest < Struct.new( :cluster_arn, :configuration_info, :current_version) SENSITIVE = [] include Aws::Structure end  | 
  
#current_version ⇒ String
The version of the cluster that you want to update.
      4077 4078 4079 4080 4081 4082 4083  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 4077 class UpdateClusterConfigurationRequest < Struct.new( :cluster_arn, :configuration_info, :current_version) SENSITIVE = [] include Aws::Structure end  |