Class: Aws::IoT::Types::LoggingOptionsPayload

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Describes the logging options payload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_levelString

The log level.

Returns:

  • (String)


11718
11719
11720
11721
11722
11723
# File 'lib/aws-sdk-iot/types.rb', line 11718

class LoggingOptionsPayload < Struct.new(
  :role_arn,
  :log_level)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that grants access.

Returns:

  • (String)


11718
11719
11720
11721
11722
11723
# File 'lib/aws-sdk-iot/types.rb', line 11718

class LoggingOptionsPayload < Struct.new(
  :role_arn,
  :log_level)
  SENSITIVE = []
  include Aws::Structure
end