Class: Aws::Types::AdminRemoveUserFromGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminRemoveUserFromGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
283 284 285 |
# File 'sig/types.rbs', line 283 def group_name @group_name end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
281 282 283 |
# File 'sig/types.rbs', line 281 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
282 283 284 |
# File 'sig/types.rbs', line 282 def username @username end |