Class: Aws::Types::CreateUserRequest

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:



91
92
93
# File 'sig/types.rbs', line 91

def addresses
  @addresses
end

#birthdate ⇒ ::String

Returns the value of attribute birthdate.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def birthdate
  @birthdate
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def display_name
  @display_name
end

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

Returns the value of attribute emails.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def emails
  @emails
end

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

Returns the value of attribute extensions.

Returns:

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


102
103
104
# File 'sig/types.rbs', line 102

def extensions
  @extensions
end

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def identity_store_id
  @identity_store_id
end

#locale ⇒ ::String

Returns the value of attribute locale.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def locale
  @locale
end

#name ⇒ Types::Name

Returns the value of attribute name.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def name
  @name
end

#nick_name ⇒ ::String

Returns the value of attribute nick_name.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def nick_name
  @nick_name
end

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

Returns the value of attribute phone_numbers.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def phone_numbers
  @phone_numbers
end

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

Returns the value of attribute photos.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def photos
  @photos
end

#preferred_language ⇒ ::String

Returns the value of attribute preferred_language.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def preferred_language
  @preferred_language
end

#profile_url ⇒ ::String

Returns the value of attribute profile_url.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def profile_url
  @profile_url
end

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

Returns the value of attribute roles.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def roles
  @roles
end

#timezone ⇒ ::String

Returns the value of attribute timezone.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def timezone
  @timezone
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def title
  @title
end

#user_name ⇒ ::String

Returns the value of attribute user_name.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def user_name
  @user_name
end

#user_type ⇒ ::String

Returns the value of attribute user_type.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def user_type
  @user_type
end

#website ⇒ ::String

Returns the value of attribute website.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def website
  @website
end