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
show all
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

Instance Attribute Details

#log_levelString

The log level.

Possible values:

  • DEBUG
  • INFO
  • ERROR
  • WARN
  • DISABLED

Returns:

  • (String)

    The log level.

#role_arnString

The ARN of the IAM role that grants access.

Returns:

  • (String)

    The ARN of the IAM role that grants access.