Class: Aws::IoTWireless::Types::GetWirelessDeviceStatisticsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The date and time when the most recent uplink was received.

This value is only valid for 3 months.

Returns:

  • (String)


2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2587

class GetWirelessDeviceStatisticsResponse < Struct.new(
  :wireless_device_id,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wanTypes::LoRaWANDeviceMetadata

Information about the wireless device's operations.



2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2587

class GetWirelessDeviceStatisticsResponse < Struct.new(
  :wireless_device_id,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end

#sidewalkTypes::SidewalkDeviceMetadata

MetaData for Sidewalk device.



2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2587

class GetWirelessDeviceStatisticsResponse < Struct.new(
  :wireless_device_id,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end

#wireless_device_idString

The ID of the wireless device.

Returns:

  • (String)


2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2587

class GetWirelessDeviceStatisticsResponse < Struct.new(
  :wireless_device_id,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end