Class: Aws::Kafka::Types::JmxExporterInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabled_in_brokerBoolean

JMX Exporter being enabled in broker.

Returns:

  • (Boolean)


4746
4747
4748
4749
4750
# File 'lib/aws-sdk-kafka/types.rb', line 4746

class JmxExporterInfo < Struct.new(
  :enabled_in_broker)
  SENSITIVE = []
  include Aws::Structure
end