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
- Struct
- Aws::IoTAnalytics::Types::LoggingOptions
- 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
-
#enabled ⇒ Boolean
If true, logging is enabled for AWS IoT Analytics.
-
#level ⇒ String
The logging level.
-
#role_arn ⇒ String
The ARN of the role that grants permission to AWS IoT Analytics to perform logging.
Instance Attribute Details
#enabled ⇒ Boolean
If true, logging is enabled for AWS IoT Analytics.
#level ⇒ String
The logging level. Currently, only ERROR is supported.
Possible values:
- ERROR
#role_arn ⇒ String
The ARN of the role that grants permission to AWS IoT Analytics to perform logging.