Class: Aws::MQ::Types::PendingLogs

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mq/types.rb

Overview

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

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)


1651
1652
1653
1654
1655
# File 'lib/aws-sdk-mq/types.rb', line 1651

class PendingLogs < Struct.new(
  :audit,
  :general)
  include Aws::Structure
end

#generalBoolean

Enables general logging.

Returns:

  • (Boolean)


1651
1652
1653
1654
1655
# File 'lib/aws-sdk-mq/types.rb', line 1651

class PendingLogs < Struct.new(
  :audit,
  :general)
  include Aws::Structure
end