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.
6387 6388 6389 6390 6391 6392 6393 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6387 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.
6387 6388 6389 6390 6391 6392 6393 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6387 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.
6387 6388 6389 6390 6391 6392 6393 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6387 class TraceContent < Struct.new( :wireless_device_frame_info, :log_level, :multicast_frame_info) SENSITIVE = [] include Aws::Structure end |