You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsRdsPendingCloudWatchLogsExports
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsPendingCloudWatchLogsExports
- Defined in:
- (unknown)
Overview
Note:
When passing AwsRdsPendingCloudWatchLogsExports as input to an Aws::Client method, you can use a vanilla Hash:
{
log_types_to_enable: ["NonEmptyString"],
log_types_to_disable: ["NonEmptyString"],
}
Identifies the log types to enable and disable.
Returned by:
Instance Attribute Summary collapse
-
#log_types_to_disable ⇒ Array<String>
A list of log types that are being disabled.
-
#log_types_to_enable ⇒ Array<String>
A list of log types that are being enabled.
Instance Attribute Details
#log_types_to_disable ⇒ Array<String>
A list of log types that are being disabled.
#log_types_to_enable ⇒ Array<String>
A list of log types that are being enabled.