Class: Aws::Types::GetDeviceRegistrationResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDeviceRegistrationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_ttl ⇒ ::String
Returns the value of attribute cache_ttl.
-
#device_registration ⇒ ::String
Returns the value of attribute device_registration.
Instance Attribute Details
#cache_ttl ⇒ ::String
Returns the value of attribute cache_ttl.
82 83 84 |
# File 'sig/types.rbs', line 82 def cache_ttl @cache_ttl end |
#device_registration ⇒ ::String
Returns the value of attribute device_registration.
81 82 83 |
# File 'sig/types.rbs', line 81 def device_registration @device_registration end |