Class: Aws::Types::SidewalkDevice
- Inherits:
-
Object
- Object
- Aws::Types::SidewalkDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_id ⇒ ::String
Returns the value of attribute amazon_id.
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_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.
-
#private_keys ⇒ ::Array[Types::CertificateList]
Returns the value of attribute private_keys.
-
#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.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def amazon_id @amazon_id end |
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def certificate_id @certificate_id end |
#device_certificates ⇒ ::Array[Types::CertificateList]
Returns the value of attribute device_certificates.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def device_certificates @device_certificates end |
#device_profile_id ⇒ ::String
Returns the value of attribute device_profile_id.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def device_profile_id @device_profile_id end |
#positioning ⇒ Types::SidewalkPositioning
Returns the value of attribute positioning.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def positioning @positioning end |
#private_keys ⇒ ::Array[Types::CertificateList]
Returns the value of attribute private_keys.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def private_keys @private_keys end |
#sidewalk_id ⇒ ::String
Returns the value of attribute sidewalk_id.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def sidewalk_id @sidewalk_id end |
#sidewalk_manufacturing_sn ⇒ ::String
Returns the value of attribute sidewalk_manufacturing_sn.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def sidewalk_manufacturing_sn @sidewalk_manufacturing_sn end |
#status ⇒ "PROVISIONED", ...
Returns the value of attribute status.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def status @status end |