Class: Aws::SecurityHub::Types::AwsAmazonMqBrokerLogsPendingDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides information about logs to be activated for the specified broker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auditBoolean

Activates audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Doesn't apply to RabbitMQ brokers.

Returns:

  • (Boolean)


1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1460

class AwsAmazonMqBrokerLogsPendingDetails < Struct.new(
  :audit,
  :general)
  SENSITIVE = []
  include Aws::Structure
end

#generalBoolean

Activates general logging.

Returns:

  • (Boolean)


1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1460

class AwsAmazonMqBrokerLogsPendingDetails < Struct.new(
  :audit,
  :general)
  SENSITIVE = []
  include Aws::Structure
end