Class: Aws::SecurityHub::Types::AwsAmazonMqBrokerLogsPendingDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsAmazonMqBrokerLogsPendingDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#audit ⇒ Boolean
Activates audit logging.
-
#general ⇒ Boolean
Activates general logging.
Instance Attribute Details
#audit ⇒ Boolean
Activates audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Doesn’t apply to RabbitMQ brokers.
1458 1459 1460 1461 1462 1463 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1458 class AwsAmazonMqBrokerLogsPendingDetails < Struct.new( :audit, :general) SENSITIVE = [] include Aws::Structure end |
#general ⇒ Boolean
Activates general logging.
1458 1459 1460 1461 1462 1463 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1458 class AwsAmazonMqBrokerLogsPendingDetails < Struct.new( :audit, :general) SENSITIVE = [] include Aws::Structure end |