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

Class: Aws::IoTAnalytics::Types::LoggingOptions

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

Overview

Note:

When passing LoggingOptions as input to an Aws::Client method, you can use a vanilla Hash:

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

Information about logging options.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

If true, logging is enabled for AWS IoT Analytics.

Returns:

  • (Boolean)

    If true, logging is enabled for AWS IoT Analytics.

#levelString

The logging level. Currently, only ERROR is supported.

Possible values:

  • ERROR

Returns:

  • (String)

    The logging level.

#role_arnString

The ARN of the role that grants permission to AWS IoT Analytics to perform logging.

Returns:

  • (String)

    The ARN of the role that grants permission to AWS IoT Analytics to perform logging.