Class: Aws::Types::DescribeGroupMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGroupMembershipRequest
- 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.
140 141 142 |
# File 'sig/types.rbs', line 140 def identity_store_id @identity_store_id end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def membership_id @membership_id end |