Class: Aws::IoTWireless::Types::TraceContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::TraceContent
- 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
-
#log_level ⇒ String
The log level for a log message.
-
#multicast_frame_info ⇒ String
FrameInfoof your multicast group resources for the trace content. -
#wireless_device_frame_info ⇒ String
FrameInfoof your wireless device resources for the trace content.
Instance Attribute Details
#log_level ⇒ String
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.
6488 6489 6490 6491 6492 6493 6494 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6488 class TraceContent < Struct.new( :wireless_device_frame_info, :log_level, :multicast_frame_info) SENSITIVE = [] include Aws::Structure end |
#multicast_frame_info ⇒ String
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.
6488 6489 6490 6491 6492 6493 6494 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6488 class TraceContent < Struct.new( :wireless_device_frame_info, :log_level, :multicast_frame_info) SENSITIVE = [] include Aws::Structure end |
#wireless_device_frame_info ⇒ String
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.
6488 6489 6490 6491 6492 6493 6494 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6488 class TraceContent < Struct.new( :wireless_device_frame_info, :log_level, :multicast_frame_info) SENSITIVE = [] include Aws::Structure end |