Class: Aws::Types::CreateGroupMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupMembershipRequest
- 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.
-
#member_id ⇒ Types::MemberId
Returns the value of attribute member_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
59 60 61 |
# File 'sig/types.rbs', line 59 def group_id @group_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
58 59 60 |
# File 'sig/types.rbs', line 58 def identity_store_id @identity_store_id end |
#member_id ⇒ Types::MemberId
Returns the value of attribute member_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def member_id @member_id end |