Class: Aws::Types::SidewalkListDevice

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_id ⇒ ::String

Returns the value of attribute amazon_id.

Returns:

  • (::String)


1856
1857
1858
# File 'sig/types.rbs', line 1856

def amazon_id
  @amazon_id
end

#device_certificates ⇒ ::Array[Types::CertificateList]

Returns the value of attribute device_certificates.

Returns:



1859
1860
1861
# File 'sig/types.rbs', line 1859

def device_certificates
  @device_certificates
end

#device_profile_id ⇒ ::String

Returns the value of attribute device_profile_id.

Returns:

  • (::String)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def device_profile_id
  @device_profile_id
end

#positioning ⇒ Types::SidewalkPositioning

Returns the value of attribute positioning.



1862
1863
1864
# File 'sig/types.rbs', line 1862

def positioning
  @positioning
end

#sidewalk_id ⇒ ::String

Returns the value of attribute sidewalk_id.

Returns:

  • (::String)


1857
1858
1859
# File 'sig/types.rbs', line 1857

def sidewalk_id
  @sidewalk_id
end

#sidewalk_manufacturing_sn ⇒ ::String

Returns the value of attribute sidewalk_manufacturing_sn.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def sidewalk_manufacturing_sn
  @sidewalk_manufacturing_sn
end

#status ⇒ "PROVISIONED", ...

Returns the value of attribute status.

Returns:

  • ("PROVISIONED", "REGISTERED", "ACTIVATED", "UNKNOWN")


1861
1862
1863
# File 'sig/types.rbs', line 1861

def status
  @status
end