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

Inherits:
Struct
  • Object
show all
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.

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)


1628
1629
1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-mq/types.rb', line 1628

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

#audit_log_groupString

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

Returns:

  • (String)


1628
1629
1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-mq/types.rb', line 1628

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

#generalBoolean

Enables general logging.

Returns:

  • (Boolean)


1628
1629
1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-mq/types.rb', line 1628

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

#general_log_groupString

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

Returns:

  • (String)


1628
1629
1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-mq/types.rb', line 1628

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

#pendingTypes::PendingLogs

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

Returns:



1628
1629
1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-mq/types.rb', line 1628

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