Class: Aws::Types::AdminGetDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminGetDeviceRequest
- 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.
163 164 165 |
# File 'sig/types.rbs', line 163 def device_key @device_key end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
164 165 166 |
# File 'sig/types.rbs', line 164 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
165 166 167 |
# File 'sig/types.rbs', line 165 def username @username end |