Class: Aws::Types::UpdateUserProfileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6926
6927
6928
# File 'sig/types.rbs', line 6926

def domain_identifier
  @domain_identifier
end

#session_name::String

Returns the value of attribute session_name.

Returns:

  • (::String)


6930
6931
6932
# File 'sig/types.rbs', line 6930

def session_name
  @session_name
end

#status"ASSIGNED", ...

Returns the value of attribute status.

Returns:

  • ("ASSIGNED", "NOT_ASSIGNED", "ACTIVATED", "DEACTIVATED")


6929
6930
6931
# File 'sig/types.rbs', line 6929

def status
  @status
end

#type"IAM", "SSO"

Returns the value of attribute type.

Returns:

  • ("IAM", "SSO")


6928
6929
6930
# File 'sig/types.rbs', line 6928

def type
  @type
end

#user_identifier::String

Returns the value of attribute user_identifier.

Returns:

  • (::String)


6927
6928
6929
# File 'sig/types.rbs', line 6927

def user_identifier
  @user_identifier
end