Class: Aws::Types::UpdateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12797
12798
12799
# File 'sig/types.rbs', line 12797

def 
  @aws_account_id
end

#custom_federation_provider_url::String

Returns the value of attribute custom_federation_provider_url.

Returns:

  • (::String)


12804
12805
12806
# File 'sig/types.rbs', line 12804

def custom_federation_provider_url
  @custom_federation_provider_url
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


12801
12802
12803
# File 'sig/types.rbs', line 12801

def custom_permissions_name
  @custom_permissions_name
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


12799
12800
12801
# File 'sig/types.rbs', line 12799

def email
  @email
end

#external_login_federation_provider_type::String

Returns the value of attribute external_login_federation_provider_type.

Returns:

  • (::String)


12803
12804
12805
# File 'sig/types.rbs', line 12803

def 
  @external_login_federation_provider_type
end

#external_login_id::String

Returns the value of attribute external_login_id.

Returns:

  • (::String)


12805
12806
12807
# File 'sig/types.rbs', line 12805

def 
  @external_login_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


12798
12799
12800
# File 'sig/types.rbs', line 12798

def namespace
  @namespace
end

#role"ADMIN", ...

Returns the value of attribute role.

Returns:

  • ("ADMIN", "AUTHOR", "READER", "RESTRICTED_AUTHOR", "RESTRICTED_READER", "ADMIN_PRO", "AUTHOR_PRO", "READER_PRO")


12800
12801
12802
# File 'sig/types.rbs', line 12800

def role
  @role
end

#unapply_custom_permissionsBoolean

Returns the value of attribute unapply_custom_permissions.

Returns:

  • (Boolean)


12802
12803
12804
# File 'sig/types.rbs', line 12802

def unapply_custom_permissions
  @unapply_custom_permissions
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


12796
12797
12798
# File 'sig/types.rbs', line 12796

def user_name
  @user_name
end