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)


13253
13254
13255
# File 'sig/types.rbs', line 13253

def 
  @aws_account_id
end

#custom_federation_provider_url::String

Returns the value of attribute custom_federation_provider_url.

Returns:

  • (::String)


13260
13261
13262
# File 'sig/types.rbs', line 13260

def custom_federation_provider_url
  @custom_federation_provider_url
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


13257
13258
13259
# File 'sig/types.rbs', line 13257

def custom_permissions_name
  @custom_permissions_name
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


13255
13256
13257
# File 'sig/types.rbs', line 13255

def email
  @email
end

#external_login_federation_provider_type::String

Returns the value of attribute external_login_federation_provider_type.

Returns:

  • (::String)


13259
13260
13261
# File 'sig/types.rbs', line 13259

def 
  @external_login_federation_provider_type
end

#external_login_id::String

Returns the value of attribute external_login_id.

Returns:

  • (::String)


13261
13262
13263
# File 'sig/types.rbs', line 13261

def 
  @external_login_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


13254
13255
13256
# File 'sig/types.rbs', line 13254

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")


13256
13257
13258
# File 'sig/types.rbs', line 13256

def role
  @role
end

#unapply_custom_permissionsBoolean

Returns the value of attribute unapply_custom_permissions.

Returns:

  • (Boolean)


13258
13259
13260
# File 'sig/types.rbs', line 13258

def unapply_custom_permissions
  @unapply_custom_permissions
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


13252
13253
13254
# File 'sig/types.rbs', line 13252

def user_name
  @user_name
end