Class: Aws::IoTWireless::Types::WirelessDeviceStatistics

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

Overview

Information about a wireless device’s operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
# File 'lib/aws-sdk-iotwireless/types.rb', line 7210

class WirelessDeviceStatistics < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :destination_name,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk,
  :fuota_device_status,
  :multicast_device_status,
  :mc_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_nameString

The name of the destination to which the device is assigned.

Returns:

  • (String)


7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
# File 'lib/aws-sdk-iotwireless/types.rb', line 7210

class WirelessDeviceStatistics < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :destination_name,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk,
  :fuota_device_status,
  :multicast_device_status,
  :mc_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#fuota_device_statusString

The status of a wireless device in a FUOTA task.

Returns:

  • (String)


7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
# File 'lib/aws-sdk-iotwireless/types.rb', line 7210

class WirelessDeviceStatistics < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :destination_name,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk,
  :fuota_device_status,
  :multicast_device_status,
  :mc_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the wireless device reporting the data.

Returns:

  • (String)


7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
# File 'lib/aws-sdk-iotwireless/types.rb', line 7210

class WirelessDeviceStatistics < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :destination_name,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk,
  :fuota_device_status,
  :multicast_device_status,
  :mc_group_id)
  SENSITIVE = []
  include Aws::Structure
end

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

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

</note>

Returns:

  • (String)


7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
# File 'lib/aws-sdk-iotwireless/types.rb', line 7210

class WirelessDeviceStatistics < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :destination_name,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk,
  :fuota_device_status,
  :multicast_device_status,
  :mc_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wanTypes::LoRaWANListDevice

LoRaWAN device info.



7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
# File 'lib/aws-sdk-iotwireless/types.rb', line 7210

class WirelessDeviceStatistics < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :destination_name,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk,
  :fuota_device_status,
  :multicast_device_status,
  :mc_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#mc_group_idInteger

Id of the multicast group.

Returns:

  • (Integer)


7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
# File 'lib/aws-sdk-iotwireless/types.rb', line 7210

class WirelessDeviceStatistics < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :destination_name,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk,
  :fuota_device_status,
  :multicast_device_status,
  :mc_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#multicast_device_statusString

The status of the wireless device in the multicast group.

Returns:

  • (String)


7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
# File 'lib/aws-sdk-iotwireless/types.rb', line 7210

class WirelessDeviceStatistics < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :destination_name,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk,
  :fuota_device_status,
  :multicast_device_status,
  :mc_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource.

Returns:

  • (String)


7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
# File 'lib/aws-sdk-iotwireless/types.rb', line 7210

class WirelessDeviceStatistics < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :destination_name,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk,
  :fuota_device_status,
  :multicast_device_status,
  :mc_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#sidewalkTypes::SidewalkListDevice

The Sidewalk account credentials.



7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
# File 'lib/aws-sdk-iotwireless/types.rb', line 7210

class WirelessDeviceStatistics < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :destination_name,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk,
  :fuota_device_status,
  :multicast_device_status,
  :mc_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The wireless device type.

Returns:

  • (String)


7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
# File 'lib/aws-sdk-iotwireless/types.rb', line 7210

class WirelessDeviceStatistics < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :destination_name,
  :last_uplink_received_at,
  :lo_ra_wan,
  :sidewalk,
  :fuota_device_status,
  :multicast_device_status,
  :mc_group_id)
  SENSITIVE = []
  include Aws::Structure
end