Class: Aws::Kafka::Types::BrokerSoftwareInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Kafka::Types::BrokerSoftwareInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-kafka/types.rb
 
Overview
Information about the current software installed on the cluster.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the configuration used for the cluster.
 - 
  
    
      #configuration_revision  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The revision of the configuration to use.
 - 
  
    
      #kafka_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of Apache Kafka.
 
Instance Attribute Details
#configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn’t visible in this preview release.
      246 247 248 249 250 251 252  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 246 class BrokerSoftwareInfo < Struct.new( :configuration_arn, :configuration_revision, :kafka_version) SENSITIVE = [] include Aws::Structure end  | 
  
#configuration_revision ⇒ Integer
The revision of the configuration to use. This field isn’t visible in this preview release.
      246 247 248 249 250 251 252  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 246 class BrokerSoftwareInfo < Struct.new( :configuration_arn, :configuration_revision, :kafka_version) SENSITIVE = [] include Aws::Structure end  | 
  
#kafka_version ⇒ String
The version of Apache Kafka.
      246 247 248 249 250 251 252  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 246 class BrokerSoftwareInfo < Struct.new( :configuration_arn, :configuration_revision, :kafka_version) SENSITIVE = [] include Aws::Structure end  |