Class: Aws::SecurityHub::Types::AwsRdsPendingCloudWatchLogsExports
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsPendingCloudWatchLogsExports
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Identifies the log types to enable and disable.
Constant Summary collapse
- SENSITIVE =
[]
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.
17313 17314 17315 17316 17317 17318 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17313 class AwsRdsPendingCloudWatchLogsExports < Struct.new( :log_types_to_enable, :log_types_to_disable) SENSITIVE = [] include Aws::Structure end |
#log_types_to_enable ⇒ Array<String>
A list of log types that are being enabled.
17313 17314 17315 17316 17317 17318 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17313 class AwsRdsPendingCloudWatchLogsExports < Struct.new( :log_types_to_enable, :log_types_to_disable) SENSITIVE = [] include Aws::Structure end |