Class: Aws::IoTWireless::Types::GetWirelessDeviceStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessDeviceStatisticsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_uplink_received_at ⇒ String
The date and time when the most recent uplink was received.
-
#lo_ra_wan ⇒ Types::LoRaWANDeviceMetadata
Information about the wireless device’s operations.
-
#sidewalk ⇒ Types::SidewalkDeviceMetadata
MetaData for Sidewalk device.
-
#wireless_device_id ⇒ String
The ID of the wireless device.
Instance Attribute Details
#last_uplink_received_at ⇒ String
The date and time when the most recent uplink was received.
<note markdown=“1”> This value is only valid for 3 months.
</note>
2797 2798 2799 2800 2801 2802 2803 2804 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2797 class GetWirelessDeviceStatisticsResponse < Struct.new( :wireless_device_id, :last_uplink_received_at, :lo_ra_wan, :sidewalk) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANDeviceMetadata
Information about the wireless device’s operations.
2797 2798 2799 2800 2801 2802 2803 2804 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2797 class GetWirelessDeviceStatisticsResponse < Struct.new( :wireless_device_id, :last_uplink_received_at, :lo_ra_wan, :sidewalk) SENSITIVE = [] include Aws::Structure end |
#sidewalk ⇒ Types::SidewalkDeviceMetadata
MetaData for Sidewalk device.
2797 2798 2799 2800 2801 2802 2803 2804 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2797 class GetWirelessDeviceStatisticsResponse < Struct.new( :wireless_device_id, :last_uplink_received_at, :lo_ra_wan, :sidewalk) SENSITIVE = [] include Aws::Structure end |
#wireless_device_id ⇒ String
The ID of the wireless device.
2797 2798 2799 2800 2801 2802 2803 2804 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2797 class GetWirelessDeviceStatisticsResponse < Struct.new( :wireless_device_id, :last_uplink_received_at, :lo_ra_wan, :sidewalk) SENSITIVE = [] include Aws::Structure end |