Class: Aws::Types::AdminDisableProviderForUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminDisableProviderForUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user ⇒ Types::ProviderUserIdentifierType
Returns the value of attribute user.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#user ⇒ Types::ProviderUserIdentifierType
Returns the value of attribute user.
130 131 132 |
# File 'sig/types.rbs', line 130 def user @user end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
129 130 131 |
# File 'sig/types.rbs', line 129 def user_pool_id @user_pool_id end |