You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MQ::Types::Logs

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Logs as input to an Aws::Client method, you can use a vanilla Hash:

{
  audit: false,
  general: false,
}

The list of information about logs to be enabled for the specified broker.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#auditBoolean

Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.

Returns:

  • (Boolean)

    Enables audit logging.

#generalBoolean

Enables general logging.

Returns:

  • (Boolean)

    Enables general logging.