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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


6201
6202
6203
6204
6205
6206
6207
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6201

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)


6201
6202
6203
6204
6205
6206
6207
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6201

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)


6201
6202
6203
6204
6205
6206
6207
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6201

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