Class: Aws::Types::IsMemberInGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::IsMemberInGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_ids ⇒ ::Array[::String]
Returns the value of attribute group_ids.
-
#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_ids ⇒ ::Array[::String]
Returns the value of attribute group_ids.
311 312 313 |
# File 'sig/types.rbs', line 311 def group_ids @group_ids end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
309 310 311 |
# File 'sig/types.rbs', line 309 def identity_store_id @identity_store_id end |
#member_id ⇒ Types::MemberId
Returns the value of attribute member_id.
310 311 312 |
# File 'sig/types.rbs', line 310 def member_id @member_id end |