Class: Aws::Types::DisassociateMemberFromGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateMemberFromGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
578 579 580 |
# File 'sig/types.rbs', line 578 def group_id @group_id end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
579 580 581 |
# File 'sig/types.rbs', line 579 def member_id @member_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
577 578 579 |
# File 'sig/types.rbs', line 577 def organization_id @organization_id end |