You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::LoggingOptionsPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::LoggingOptionsPayload
- Defined in:
- (unknown)
Overview
Note:
When passing LoggingOptionsPayload as input to an Aws::Client method, you can use a vanilla Hash:
{
role_arn: "AwsArn", # required
log_level: "DEBUG", # accepts DEBUG, INFO, ERROR, WARN, DISABLED
}
Describes the logging options payload.
Returned by:
Instance Attribute Summary collapse
-
#log_level ⇒ String
The log level.
-
#role_arn ⇒ String
The ARN of the IAM role that grants access.
Instance Attribute Details
#log_level ⇒ String
The log level.
Possible values:
- DEBUG
- INFO
- ERROR
- WARN
- DISABLED
#role_arn ⇒ String
The ARN of the IAM role that grants access.