Class: Aws::Types::DeleteGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def group_id @group_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
122 123 124 |
# File 'sig/types.rbs', line 122 def identity_store_id @identity_store_id end |