Class: Aws::SecurityHub::Types::AwsRdsPendingCloudWatchLogsExports

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

Overview

Identifies the log types to enable and disable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_types_to_disableArray<String>

A list of log types that are being disabled.

Returns:

  • (Array<String>)


17310
17311
17312
17313
17314
17315
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17310

class AwsRdsPendingCloudWatchLogsExports < Struct.new(
  :log_types_to_enable,
  :log_types_to_disable)
  SENSITIVE = []
  include Aws::Structure
end

#log_types_to_enableArray<String>

A list of log types that are being enabled.

Returns:

  • (Array<String>)


17310
17311
17312
17313
17314
17315
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17310

class AwsRdsPendingCloudWatchLogsExports < Struct.new(
  :log_types_to_enable,
  :log_types_to_disable)
  SENSITIVE = []
  include Aws::Structure
end