Class: Aws::Types::GetGroupMembershipIdRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupMembershipIdRequest
- 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.
246 247 248 |
# File 'sig/types.rbs', line 246 def group_id @group_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def identity_store_id @identity_store_id end |
#member_id ⇒ Types::MemberId
Returns the value of attribute member_id.
247 248 249 |
# File 'sig/types.rbs', line 247 def member_id @member_id end |