You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTEvents::Types::PutLoggingOptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutLoggingOptionsRequest as input to an Aws::Client method, you can use a vanilla 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",
      },
    ],
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#logging_optionsTypes::LoggingOptions

The new values of the AWS IoT Events logging options.

Returns: