Module: Aws::IdentityStore::Client::_DescribeGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #display_name ⇒ ::String
- #external_ids ⇒ ::Array[Types::ExternalId]
- #group_id ⇒ ::String
- #identity_store_id ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
218 |
# File 'sig/client.rbs', line 218
def created_at: () -> ::Time
|
#created_by ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def created_by: () -> ::String
|
#description ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def description: () -> ::String
|
#display_name ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def display_name: () -> ::String
|
#external_ids ⇒ ::Array[Types::ExternalId]
216 |
# File 'sig/client.rbs', line 216
def external_ids: () -> ::Array[Types::ExternalId]
|
#group_id ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def group_id: () -> ::String
|
#identity_store_id ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def identity_store_id: () -> ::String
|
#updated_at ⇒ ::Time
219 |
# File 'sig/client.rbs', line 219
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def updated_by: () -> ::String
|