Class: Aws::MQ::Types::LogsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::LogsSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
The list of information about logs currently enabled and pending to be deployed for the specified broker.
Constant Summary collapse
- SENSITIVE =
[]
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.
2397 2398 2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-mq/types.rb', line 2397 class LogsSummary < Struct.new( :audit, :audit_log_group, :general, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |
#audit_log_group ⇒ String
The location of the CloudWatch Logs log group where audit logs are sent.
2397 2398 2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-mq/types.rb', line 2397 class LogsSummary < Struct.new( :audit, :audit_log_group, :general, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |
#general ⇒ Boolean
Enables general logging.
2397 2398 2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-mq/types.rb', line 2397 class LogsSummary < Struct.new( :audit, :audit_log_group, :general, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |
#general_log_group ⇒ String
The location of the CloudWatch Logs log group where general logs are sent.
2397 2398 2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-mq/types.rb', line 2397 class LogsSummary < Struct.new( :audit, :audit_log_group, :general, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |
#pending ⇒ Types::PendingLogs
The list of information about logs pending to be deployed for the specified broker.
2397 2398 2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-mq/types.rb', line 2397 class LogsSummary < Struct.new( :audit, :audit_log_group, :general, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |