Class: Aws::Types::Device
- Inherits:
-
Object
- Object
- Aws::Types::Device
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#sync_shadow ⇒ Boolean
Returns the value of attribute sync_shadow.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
506 507 508 |
# File 'sig/types.rbs', line 506 def certificate_arn @certificate_arn end |
#id ⇒ ::String
Returns the value of attribute id.
507 508 509 |
# File 'sig/types.rbs', line 507 def id @id end |
#sync_shadow ⇒ Boolean
Returns the value of attribute sync_shadow.
508 509 510 |
# File 'sig/types.rbs', line 508 def sync_shadow @sync_shadow end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
509 510 511 |
# File 'sig/types.rbs', line 509 def thing_arn @thing_arn end |