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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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)


4689
4690
4691
4692
4693
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4689

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