Class: Aws::Types::CreateUserRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.



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

def display_name
  @display_name
end

#first_name::String

Returns the value of attribute first_name.



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

def first_name
  @first_name
end

#hidden_from_global_address_listBoolean

Returns the value of attribute hidden_from_global_address_list.



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

def hidden_from_global_address_list
  @hidden_from_global_address_list
end

#identity_provider_user_id::String

Returns the value of attribute identity_provider_user_id.



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

def identity_provider_user_id
  @identity_provider_user_id
end

#last_name::String

Returns the value of attribute last_name.



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

def last_name
  @last_name
end

#name::String

Returns the value of attribute name.



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

def name
  @name
end

#organization_id::String

Returns the value of attribute organization_id.



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

def organization_id
  @organization_id
end

#password::String

Returns the value of attribute password.



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

def password
  @password
end

#role"USER", ...

Returns the value of attribute role.



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

def role
  @role
end