Class: Aws::MQ::Types::LogsSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mq/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

Instance Attribute Details

#auditBoolean

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

Returns:

  • (Boolean)


2380
2381
2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2380

class LogsSummary < Struct.new(
  :audit,
  :audit_log_group,
  :general,
  :general_log_group,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end

#audit_log_groupString

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

Returns:

  • (String)


2380
2381
2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2380

class LogsSummary < Struct.new(
  :audit,
  :audit_log_group,
  :general,
  :general_log_group,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end

#generalBoolean

Enables general logging.

Returns:

  • (Boolean)


2380
2381
2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2380

class LogsSummary < Struct.new(
  :audit,
  :audit_log_group,
  :general,
  :general_log_group,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end

#general_log_groupString

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

Returns:

  • (String)


2380
2381
2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2380

class LogsSummary < Struct.new(
  :audit,
  :audit_log_group,
  :general,
  :general_log_group,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end

#pendingTypes::PendingLogs

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

Returns:



2380
2381
2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2380

class LogsSummary < Struct.new(
  :audit,
  :audit_log_group,
  :general,
  :general_log_group,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end