Class: Aws::IoTWireless::Types::TraceContent

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

Overview

Trace content for your wireless devices, gateways, and multicast groups.

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)


6308
6309
6310
6311
6312
6313
6314
# File 'lib/aws-sdk-iotwireless/types.rb', line 6308

class TraceContent < Struct.new(
  :wireless_device_frame_info,
  :log_level,
  :multicast_frame_info)
  SENSITIVE = []
  include Aws::Structure
end

#multicast_frame_infoString

‘FrameInfo` of your multicast group resources for the trace content. Use FrameInfo to debug the multicast communication between your multicast groups and the network server.

Returns:

  • (String)


6308
6309
6310
6311
6312
6313
6314
# File 'lib/aws-sdk-iotwireless/types.rb', line 6308

class TraceContent < Struct.new(
  :wireless_device_frame_info,
  :log_level,
  :multicast_frame_info)
  SENSITIVE = []
  include Aws::Structure
end

#wireless_device_frame_infoString

‘FrameInfo` of your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.

Returns:

  • (String)


6308
6309
6310
6311
6312
6313
6314
# File 'lib/aws-sdk-iotwireless/types.rb', line 6308

class TraceContent < Struct.new(
  :wireless_device_frame_info,
  :log_level,
  :multicast_frame_info)
  SENSITIVE = []
  include Aws::Structure
end