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.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
261 262 263 |
# File 'sig/types.rbs', line 261 def group_id @group_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
260 261 262 |
# File 'sig/types.rbs', line 260 def organization_id @organization_id end |