Class: Aws::MQ::Types::PendingLogs
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::PendingLogs
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
The list of information about logs to be enabled for the specified broker.
Constant Summary collapse
- SENSITIVE =
[]
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.
2438 2439 2440 2441 2442 2443 |
# File 'lib/aws-sdk-mq/types.rb', line 2438 class PendingLogs < Struct.new( :audit, :general) SENSITIVE = [] include Aws::Structure end |
#general ⇒ Boolean
Enables general logging.
2438 2439 2440 2441 2442 2443 |
# File 'lib/aws-sdk-mq/types.rb', line 2438 class PendingLogs < Struct.new( :audit, :general) SENSITIVE = [] include Aws::Structure end |