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
FrameInfo
of your multicast group resources for the trace content. -
#wireless_device_frame_info ⇒ String
FrameInfo
of 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.
6308 6309 6310 6311 6312 6313 6314 |
# File 'gems/aws-sdk-iotwireless/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_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.
6308 6309 6310 6311 6312 6313 6314 |
# File 'gems/aws-sdk-iotwireless/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_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.
6308 6309 6310 6311 6312 6313 6314 |
# File 'gems/aws-sdk-iotwireless/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 |