Class: Aws::Types::SidewalkListDevice
- Inherits:
-
Object
- Object
- Aws::Types::SidewalkListDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_id ⇒ ::String
Returns the value of attribute amazon_id.
-
#device_certificates ⇒ ::Array[Types::CertificateList]
Returns the value of attribute device_certificates.
-
#device_profile_id ⇒ ::String
Returns the value of attribute device_profile_id.
-
#positioning ⇒ Types::SidewalkPositioning
Returns the value of attribute positioning.
-
#sidewalk_id ⇒ ::String
Returns the value of attribute sidewalk_id.
-
#sidewalk_manufacturing_sn ⇒ ::String
Returns the value of attribute sidewalk_manufacturing_sn.
-
#status ⇒ "PROVISIONED", ...
Returns the value of attribute status.
Instance Attribute Details
#amazon_id ⇒ ::String
Returns the value of attribute amazon_id.
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.
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.
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.
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.
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.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def status @status end |