Class: Aws::Kafka::Types::JmxExporter

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

Indicates whether you want to enable or disable the JMX Exporter.

Returns:

  • (Boolean)


4732
4733
4734
4735
4736
# File 'lib/aws-sdk-kafka/types.rb', line 4732

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