class Aws::IoTAnalytics::Types::PutLoggingOptionsRequest

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

data as a hash:

    {
      logging_options: { # required
        role_arn: "RoleArn", # required
        level: "ERROR", # required, accepts ERROR
        enabled: false, # required
      },
    }

@!attribute [rw] logging_options

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

Constants

SENSITIVE