Class: Aws::Types::DescribeUserResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate])

Instance Attribute Summary collapse

Instance Attribute Details

#addresses ⇒ ::Array[Types::Address]

Returns the value of attribute addresses.

Returns:



193
194
195
# File 'sig/types.rbs', line 193

def addresses
  @addresses
end

#birthdate ⇒ ::String

Returns the value of attribute birthdate.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def birthdate
  @birthdate
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


205
206
207
# File 'sig/types.rbs', line 205

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def created_by
  @created_by
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def display_name
  @display_name
end

#emails ⇒ ::Array[Types::Email]

Returns the value of attribute emails.

Returns:



192
193
194
# File 'sig/types.rbs', line 192

def emails
  @emails
end

#extensions ⇒ ::Hash[::String, untyped]

Returns the value of attribute extensions.

Returns:

  • (::Hash[::String, untyped])


209
210
211
# File 'sig/types.rbs', line 209

def extensions
  @extensions
end

#external_ids ⇒ ::Array[Types::ExternalId]

Returns the value of attribute external_ids.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def external_ids
  @external_ids
end

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def identity_store_id
  @identity_store_id
end

#locale ⇒ ::String

Returns the value of attribute locale.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def locale
  @locale
end

#name ⇒ Types::Name

Returns the value of attribute name.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def name
  @name
end

#nick_name ⇒ ::String

Returns the value of attribute nick_name.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def nick_name
  @nick_name
end

#phone_numbers ⇒ ::Array[Types::PhoneNumber]

Returns the value of attribute phone_numbers.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def phone_numbers
  @phone_numbers
end

#photos ⇒ ::Array[Types::Photo]

Returns the value of attribute photos.

Returns:



201
202
203
# File 'sig/types.rbs', line 201

def photos
  @photos
end

#preferred_language ⇒ ::String

Returns the value of attribute preferred_language.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def preferred_language
  @preferred_language
end

#profile_url ⇒ ::String

Returns the value of attribute profile_url.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def profile_url
  @profile_url
end

#roles ⇒ ::Array[Types::Role]

Returns the value of attribute roles.

Returns:



204
205
206
# File 'sig/types.rbs', line 204

def roles
  @roles
end

#timezone ⇒ ::String

Returns the value of attribute timezone.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def timezone
  @timezone
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def title
  @title
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


207
208
209
# File 'sig/types.rbs', line 207

def updated_at
  @updated_at
end

#updated_by ⇒ ::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def updated_by
  @updated_by
end

#user_id ⇒ ::String

Returns the value of attribute user_id.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def user_id
  @user_id
end

#user_name ⇒ ::String

Returns the value of attribute user_name.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def user_name
  @user_name
end

#user_status ⇒ "ENABLED", "DISABLED"

Returns the value of attribute user_status.

Returns:

  • ("ENABLED", "DISABLED")


200
201
202
# File 'sig/types.rbs', line 200

def user_status
  @user_status
end

#user_type ⇒ ::String

Returns the value of attribute user_type.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def user_type
  @user_type
end

#website ⇒ ::String

Returns the value of attribute website.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def website
  @website
end