Class: Aws::Types::UpdateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:first_name, :last_name])

Instance Attribute Summary collapse

Instance Attribute Details

#api_access"ENABLED", "DISABLED"

Returns the value of attribute api_access.

Returns:

  • ("ENABLED", "DISABLED")


610
611
612
# File 'sig/types.rbs', line 610

def api_access
  @api_access
end

#api_access_principal_arn::String

Returns the value of attribute api_access_principal_arn.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def api_access_principal_arn
  @api_access_principal_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def client_token
  @client_token
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def last_name
  @last_name
end

#type"SUPER_USER", "APP_USER"

Returns the value of attribute type.

Returns:

  • ("SUPER_USER", "APP_USER")


607
608
609
# File 'sig/types.rbs', line 607

def type
  @type
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def user_id
  @user_id
end