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>)


17320
17321
17322
17323
17324
17325
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17320

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>)


17320
17321
17322
17323
17324
17325
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17320

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