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
- Struct
- Aws::MQ::Types::Logs
- 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
-
#audit ⇒ Boolean
Enables audit logging.
-
#general ⇒ Boolean
Enables general logging.
Instance Attribute Details
#audit ⇒ Boolean
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
#general ⇒ Boolean
Enables general logging.