Class: Aws::IoTWireless::Types::GetResourceLogLevelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_levelString

The log level for a log message. The log levels can be disabled, or set to ERROR to display less verbose logs containing only error information, or to INFO for more detailed logs.

Returns:

  • (String)


2293
2294
2295
2296
2297
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2293

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