Class: Aws::Types::AdminUserGlobalSignOutRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminUserGlobalSignOutRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
385 386 387 |
# File 'sig/types.rbs', line 385 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
386 387 388 |
# File 'sig/types.rbs', line 386 def username @username end |