Class: Aws::Types::WirelessDeviceStatistics

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


2366
2367
2368
# File 'sig/types.rbs', line 2366

def arn
  @arn
end

#destination_name ⇒ ::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


2370
2371
2372
# File 'sig/types.rbs', line 2370

def destination_name
  @destination_name
end

#fuota_device_status ⇒ "Initial", ...

Returns the value of attribute fuota_device_status.

Returns:

  • ("Initial", "Package_Not_Supported", "FragAlgo_unsupported", "Not_enough_memory", "FragIndex_unsupported", "Wrong_descriptor", "SessionCnt_replay", "MissingFrag", "MemoryError", "MICError", "Successful", "Device_exist_in_conflict_fuota_task")


2374
2375
2376
# File 'sig/types.rbs', line 2374

def fuota_device_status
  @fuota_device_status
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def id
  @id
end

Returns the value of attribute last_uplink_received_at.

Returns:

  • (::String)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def last_uplink_received_at
  @last_uplink_received_at
end

#lo_ra_wan ⇒ Types::LoRaWANListDevice

Returns the value of attribute lo_ra_wan.



2372
2373
2374
# File 'sig/types.rbs', line 2372

def lo_ra_wan
  @lo_ra_wan
end

#mc_group_id ⇒ ::Integer

Returns the value of attribute mc_group_id.

Returns:

  • (::Integer)


2376
2377
2378
# File 'sig/types.rbs', line 2376

def mc_group_id
  @mc_group_id
end

#multicast_device_status ⇒ ::String

Returns the value of attribute multicast_device_status.

Returns:

  • (::String)


2375
2376
2377
# File 'sig/types.rbs', line 2375

def multicast_device_status
  @multicast_device_status
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2369
2370
2371
# File 'sig/types.rbs', line 2369

def name
  @name
end

#positioning ⇒ "Enabled", "Disabled"

Returns the value of attribute positioning.

Returns:

  • ("Enabled", "Disabled")


2377
2378
2379
# File 'sig/types.rbs', line 2377

def positioning
  @positioning
end

#sidewalk ⇒ Types::SidewalkListDevice

Returns the value of attribute sidewalk.



2373
2374
2375
# File 'sig/types.rbs', line 2373

def sidewalk
  @sidewalk
end

#type ⇒ "Sidewalk", "LoRaWAN"

Returns the value of attribute type.

Returns:

  • ("Sidewalk", "LoRaWAN")


2368
2369
2370
# File 'sig/types.rbs', line 2368

def type
  @type
end