Module: Aws::IdentityStore::Client::_DescribeGroupMembershipResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeGroupMembershipResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #group_id ⇒ ::String
- #identity_store_id ⇒ ::String
- #member_id ⇒ Types::MemberId
- #membership_id ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
237 |
# File 'sig/client.rbs', line 237
def created_at: () -> ::Time
|
#created_by ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def created_by: () -> ::String
|
#group_id ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def group_id: () -> ::String
|
#identity_store_id ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def identity_store_id: () -> ::String
|
#member_id ⇒ Types::MemberId
236 |
# File 'sig/client.rbs', line 236
def member_id: () -> Types::MemberId
|
#membership_id ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def membership_id: () -> ::String
|
#updated_at ⇒ ::Time
238 |
# File 'sig/client.rbs', line 238
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def updated_by: () -> ::String
|