Class: Aws::Types::GetUserResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#first_name::String

Returns the value of attribute first_name.

Returns:



458
459
460
# File 'sig/types.rbs', line 458

def first_name
  @first_name
end

#is_adminBoolean

Returns the value of attribute is_admin.

Returns:



461
462
463
# File 'sig/types.rbs', line 461

def is_admin
  @is_admin
end

#last_activity::Integer

Returns the value of attribute last_activity.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def last_activity
  @last_activity
end

#last_login::Integer

Returns the value of attribute last_login.

Returns:



465
466
467
# File 'sig/types.rbs', line 465

def 
  @last_login
end

#last_name::String

Returns the value of attribute last_name.

Returns:



459
460
461
# File 'sig/types.rbs', line 459

def last_name
  @last_name
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:



466
467
468
# File 'sig/types.rbs', line 466

def security_group_ids
  @security_group_ids
end

#status::Integer

Returns the value of attribute status.

Returns:



463
464
465
# File 'sig/types.rbs', line 463

def status
  @status
end

#suspendedBoolean

Returns the value of attribute suspended.

Returns:



462
463
464
# File 'sig/types.rbs', line 462

def suspended
  @suspended
end

#user_id::String

Returns the value of attribute user_id.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def user_id
  @user_id
end

#username::String

Returns the value of attribute username.

Returns:



460
461
462
# File 'sig/types.rbs', line 460

def username
  @username
end