Class: Aws::Types::AdminForgetDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminForgetDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_key ⇒ ::String
Returns the value of attribute device_key.
-
#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.
158 159 160 |
# File 'sig/types.rbs', line 158 def device_key @device_key end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
156 157 158 |
# File 'sig/types.rbs', line 156 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
157 158 159 |
# File 'sig/types.rbs', line 157 def username @username end |