Class: Aws::Types::SidewalkDevice

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)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


1823
1824
1825
# File 'sig/types.rbs', line 1823

def status
  @status
end