Class: Aws::Types::GetDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDeviceRequest
- 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.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def access_token @access_token end |
#device_key ⇒ ::String
Returns the value of attribute device_key.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def device_key @device_key end |