Class: Aws::Types::DeleteGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGroupRequest
- 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.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
790 791 792 |
# File 'sig/types.rbs', line 790 def group_name @group_name end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
791 792 793 |
# File 'sig/types.rbs', line 791 def user_pool_id @user_pool_id end |