Module: Aws::DirectoryServiceData::Client::_DescribeUserResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeUserResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #directory_id ⇒ ::String
- #distinguished_name ⇒ ::String
- #email_address ⇒ ::String
- #enabled ⇒ Boolean
- #given_name ⇒ ::String
- #other_attributes ⇒ ::Hash[::String, Types::AttributeValue]
- #realm ⇒ ::String
- #sam_account_name ⇒ ::String
- #sid ⇒ ::String
- #surname ⇒ ::String
- #user_principal_name ⇒ ::String
Instance Method Details
#directory_id ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def directory_id: () -> ::String
|
#distinguished_name ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def distinguished_name: () -> ::String
|
#email_address ⇒ ::String
175 |
# File 'sig/client.rbs', line 175
def email_address: () -> ::String
|
#enabled ⇒ Boolean
176 |
# File 'sig/client.rbs', line 176
def enabled: () -> bool
|
#given_name ⇒ ::String
177 |
# File 'sig/client.rbs', line 177
def given_name: () -> ::String
|
#other_attributes ⇒ ::Hash[::String, Types::AttributeValue]
178 |
# File 'sig/client.rbs', line 178
def other_attributes: () -> ::Hash[::String, Types::AttributeValue]
|
#realm ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def realm: () -> ::String
|
#sam_account_name ⇒ ::String
180 |
# File 'sig/client.rbs', line 180
def sam_account_name: () -> ::String
|
#sid ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def sid: () -> ::String
|
#surname ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def surname: () -> ::String
|
#user_principal_name ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def user_principal_name: () -> ::String
|