Module: Aws::CodeCatalyst::Client::_GetUserDetailsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUserDetailsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #display_name ⇒ ::String
- #primary_email ⇒ Types::EmailAddress
- #user_id ⇒ ::String
- #user_name ⇒ ::String
- #version ⇒ ::String
Instance Method Details
#display_name ⇒ ::String
336 |
# File 'sig/client.rbs', line 336
def display_name: () -> ::String
|
#primary_email ⇒ Types::EmailAddress
337 |
# File 'sig/client.rbs', line 337
def primary_email: () -> Types::EmailAddress
|
#user_id ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def user_id: () -> ::String
|
#user_name ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def user_name: () -> ::String
|
#version ⇒ ::String
338 |
# File 'sig/client.rbs', line 338
def version: () -> ::String
|