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

Class: Aws::IoT::Types::GetLoggingOptionsResponse

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

Overview

The output from the GetLoggingOptions operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#log_levelString

The logging level.

Possible values:

  • DEBUG
  • INFO
  • ERROR
  • WARN
  • DISABLED

Returns:

  • (String)

    The logging level.

#role_arnString

The ARN of the IAM role that grants access.

Returns:

  • (String)

    The ARN of the IAM role that grants access.