Class: Aws::Types::SidewalkDeviceMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#battery_level ⇒ "normal", ...

Returns the value of attribute battery_level.

Returns:

  • ("normal", "low", "critical")


1830
1831
1832
# File 'sig/types.rbs', line 1830

def battery_level
  @battery_level
end

#device_state ⇒ "Provisioned", ...

Returns the value of attribute device_state.

Returns:

  • ("Provisioned", "RegisteredNotSeen", "RegisteredReachable", "RegisteredUnreachable")


1832
1833
1834
# File 'sig/types.rbs', line 1832

def device_state
  @device_state
end

#event ⇒ "discovered", ...

Returns the value of attribute event.

Returns:

  • ("discovered", "lost", "ack", "nack", "passthrough")


1831
1832
1833
# File 'sig/types.rbs', line 1831

def event
  @event
end

#rssi ⇒ ::Integer

Returns the value of attribute rssi.

Returns:

  • (::Integer)


1829
1830
1831
# File 'sig/types.rbs', line 1829

def rssi
  @rssi
end