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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

<note markdown=“1”> This value is only valid for 3 months.

</note>

Returns:

  • (String)


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_wanTypes::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

#sidewalkTypes::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_idString

The ID of the wireless device.

Returns:

  • (String)


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