Class: Aws::Types::Core
- Inherits:
-
Object
- Object
- Aws::Types::Core
- 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.
85 86 87 |
# File 'sig/types.rbs', line 85 def certificate_arn @certificate_arn end |
#id ⇒ ::String
Returns the value of attribute id.
86 87 88 |
# File 'sig/types.rbs', line 86 def id @id end |
#sync_shadow ⇒ Boolean
Returns the value of attribute sync_shadow.
87 88 89 |
# File 'sig/types.rbs', line 87 def sync_shadow @sync_shadow end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
88 89 90 |
# File 'sig/types.rbs', line 88 def thing_arn @thing_arn end |