Class: Aws::Types::CreateGroupMembershipResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupMembershipResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
Instance Attribute Details
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def identity_store_id @identity_store_id end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def membership_id @membership_id end |