Class: Aws::Types::GetUserResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:first_name, :last_name, :email_address])

Instance Attribute Summary collapse

Instance Attribute Details

#api_access"ENABLED", "DISABLED"

Returns the value of attribute api_access.

Returns:

  • ("ENABLED", "DISABLED")


373
374
375
# File 'sig/types.rbs', line 373

def api_access
  @api_access
end

#api_access_principal_arn::String

Returns the value of attribute api_access_principal_arn.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def api_access_principal_arn
  @api_access_principal_arn
end

#create_time::Integer

Returns the value of attribute create_time.

Returns:

  • (::Integer)


375
376
377
# File 'sig/types.rbs', line 375

def create_time
  @create_time
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def email_address
  @email_address
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def first_name
  @first_name
end

#last_disabled_time::Integer

Returns the value of attribute last_disabled_time.

Returns:

  • (::Integer)


377
378
379
# File 'sig/types.rbs', line 377

def last_disabled_time
  @last_disabled_time
end

#last_enabled_time::Integer

Returns the value of attribute last_enabled_time.

Returns:

  • (::Integer)


376
377
378
# File 'sig/types.rbs', line 376

def last_enabled_time
  @last_enabled_time
end

#last_login_time::Integer

Returns the value of attribute last_login_time.

Returns:

  • (::Integer)


379
380
381
# File 'sig/types.rbs', line 379

def 
  @last_login_time
end

#last_modified_time::Integer

Returns the value of attribute last_modified_time.

Returns:

  • (::Integer)


378
379
380
# File 'sig/types.rbs', line 378

def last_modified_time
  @last_modified_time
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def last_name
  @last_name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ENABLED", "DISABLED")


368
369
370
# File 'sig/types.rbs', line 368

def status
  @status
end

#type"SUPER_USER", "APP_USER"

Returns the value of attribute type.

Returns:

  • ("SUPER_USER", "APP_USER")


372
373
374
# File 'sig/types.rbs', line 372

def type
  @type
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def user_id
  @user_id
end