Class: Aws::Kafka::Types::NodeExporterInfo

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 Node Exporter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_in_brokerBoolean

Node Exporter being enabled in broker.

Returns:

  • (Boolean)


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

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