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
show all
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

Instance Attribute Details

#auditBoolean

Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.

Returns:

  • (Boolean)

    Enables audit logging.

#audit_log_groupString

The location of the CloudWatch Logs log group where audit logs are sent.

Returns:

  • (String)

    The location of the CloudWatch Logs log group where audit logs are sent.

#generalBoolean

Enables general logging.

Returns:

  • (Boolean)

    Enables general logging.

#general_log_groupString

The location of the CloudWatch Logs log group where general logs are sent.

Returns:

  • (String)

    The location of the CloudWatch Logs log group where general logs are sent.

#pendingTypes::PendingLogs

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

Returns:

  • (Types::PendingLogs)

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