Class: Aws::Kafka::Types::JmxExporter
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Kafka::Types::JmxExporter
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-kafka/types.rb
 
Overview
Indicates whether you want to enable or disable the JMX Exporter.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enabled_in_broker  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether you want to enable or disable the JMX Exporter.
 
Instance Attribute Details
#enabled_in_broker ⇒ Boolean
Indicates whether you want to enable or disable the JMX Exporter.
      4754 4755 4756 4757 4758  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 4754 class JmxExporter < Struct.new( :enabled_in_broker) SENSITIVE = [] include Aws::Structure end  |