You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MQ::Types::LogsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::LogsSummary
- Defined in:
- (unknown)
Overview
The list of information about logs currently enabled and pending to be deployed for the specified broker.
Returned by:
Instance Attribute Summary collapse
-
#audit ⇒ Boolean
Enables audit logging.
-
#audit_log_group ⇒ String
The location of the CloudWatch Logs log group where audit logs are sent.
-
#general ⇒ Boolean
Enables general logging.
-
#general_log_group ⇒ String
The location of the CloudWatch Logs log group where general logs are sent.
-
#pending ⇒ Types::PendingLogs
The list of information about logs pending to be deployed for the specified broker.
Instance Attribute Details
#audit ⇒ Boolean
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.
#audit_log_group ⇒ String
The location of the CloudWatch Logs log group where audit logs are sent.
#general ⇒ Boolean
Enables general logging.
#general_log_group ⇒ String
The location of the CloudWatch Logs log group where general logs are sent.
#pending ⇒ Types::PendingLogs
The list of information about logs pending to be deployed for the specified broker.