class Aws::IoT::Types::LoggingOptionsPayload


@return [String]
The log level.
@!attribute [rw] log_level
@return [String]
The ARN of the IAM role that grants access.
@!attribute [rw] role_arn
}
log_level: “DEBUG”, # accepts DEBUG, INFO, ERROR, WARN, DISABLED
role_arn: “AwsArn”, # required
{
data as a hash:
@note When making an API call, you may pass LoggingOptionsPayload
Describes the logging options payload.