Class: Aws::Types::UpdateDeviceStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDeviceStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#device_key ⇒ ::String
Returns the value of attribute device_key.
-
#device_remembered_status ⇒ "remembered", "not_remembered"
Returns the value of attribute device_remembered_status.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def access_token @access_token end |
#device_key ⇒ ::String
Returns the value of attribute device_key.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def device_key @device_key end |
#device_remembered_status ⇒ "remembered", "not_remembered"
Returns the value of attribute device_remembered_status.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def device_remembered_status @device_remembered_status end |