Class: Aws::Types::AdminUpdateDeviceStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminUpdateDeviceStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_key ⇒ ::String
Returns the value of attribute device_key.
-
#device_remembered_status ⇒ "remembered", "not_remembered"
Returns the value of attribute device_remembered_status.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#device_key ⇒ ::String
Returns the value of attribute device_key.
365 366 367 |
# File 'sig/types.rbs', line 365 def device_key @device_key end |
#device_remembered_status ⇒ "remembered", "not_remembered"
Returns the value of attribute device_remembered_status.
366 367 368 |
# File 'sig/types.rbs', line 366 def device_remembered_status @device_remembered_status end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
363 364 365 |
# File 'sig/types.rbs', line 363 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
364 365 366 |
# File 'sig/types.rbs', line 364 def username @username end |