Class: Aws::Types::User

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Returns the value of attribute active.

Returns:

  • (Boolean)


13314
13315
13316
# File 'sig/types.rbs', line 13314

def active
  @active
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


13309
13310
13311
# File 'sig/types.rbs', line 13309

def arn
  @arn
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


13316
13317
13318
# File 'sig/types.rbs', line 13316

def custom_permissions_name
  @custom_permissions_name
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


13311
13312
13313
# File 'sig/types.rbs', line 13311

def email
  @email
end

#external_login_federation_provider_type::String

Returns the value of attribute external_login_federation_provider_type.

Returns:

  • (::String)


13317
13318
13319
# File 'sig/types.rbs', line 13317

def 
  @external_login_federation_provider_type
end

#external_login_federation_provider_url::String

Returns the value of attribute external_login_federation_provider_url.

Returns:

  • (::String)


13318
13319
13320
# File 'sig/types.rbs', line 13318

def 
  @external_login_federation_provider_url
end

#external_login_id::String

Returns the value of attribute external_login_id.

Returns:

  • (::String)


13319
13320
13321
# File 'sig/types.rbs', line 13319

def 
  @external_login_id
end

#identity_type"IAM", ...

Returns the value of attribute identity_type.

Returns:

  • ("IAM", "QUICKSIGHT", "IAM_IDENTITY_CENTER")


13313
13314
13315
# File 'sig/types.rbs', line 13313

def identity_type
  @identity_type
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


13315
13316
13317
# File 'sig/types.rbs', line 13315

def principal_id
  @principal_id
end

#role"ADMIN", ...

Returns the value of attribute role.

Returns:

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


13312
13313
13314
# File 'sig/types.rbs', line 13312

def role
  @role
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


13310
13311
13312
# File 'sig/types.rbs', line 13310

def user_name
  @user_name
end