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
show all
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

Instance Attribute Details

#log_types_to_disableArray<String>

A list of log types that are being disabled.

Returns:

  • (Array<String>)

    A list of log types that are being disabled.

#log_types_to_enableArray<String>

A list of log types that are being enabled.

Returns:

  • (Array<String>)

    A list of log types that are being enabled.