Class: Aws::Types::AssociateMemberToGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateMemberToGroupRequest
- 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.
40 41 42 |
# File 'sig/types.rbs', line 40 def group_id @group_id end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def member_id @member_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
39 40 41 |
# File 'sig/types.rbs', line 39 def organization_id @organization_id end |