class Aws::IoTEvents::Types::PutLoggingOptionsRequest

@note When making an API call, you may pass PutLoggingOptionsRequest

data as a hash:

    {
      logging_options: { # required
        role_arn: "AmazonResourceName", # required
        level: "ERROR", # required, accepts ERROR, INFO, DEBUG
        enabled: false, # required
        detector_debug_options: [
          {
            detector_model_name: "DetectorModelName", # required
            key_value: "KeyValue",
          },
        ],
      },
    }

@!attribute [rw] logging_options

The new values of the AWS IoT Events logging options.
@return [Types::LoggingOptions]

Constants

SENSITIVE