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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2364
2365
2366
# File 'sig/types.rbs', line 2364

def arn
  @arn
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


2365
2366
2367
# File 'sig/types.rbs', line 2365

def create_date
  @create_date
end

#password_last_used::Time

Returns the value of attribute password_last_used.

Returns:

  • (::Time)


2366
2367
2368
# File 'sig/types.rbs', line 2366

def password_last_used
  @password_last_used
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2361
2362
2363
# File 'sig/types.rbs', line 2361

def path
  @path
end

#permissions_boundaryTypes::AttachedPermissionsBoundary

Returns the value of attribute permissions_boundary.



2367
2368
2369
# File 'sig/types.rbs', line 2367

def permissions_boundary
  @permissions_boundary
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2368
2369
2370
# File 'sig/types.rbs', line 2368

def tags
  @tags
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


2363
2364
2365
# File 'sig/types.rbs', line 2363

def user_id
  @user_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def user_name
  @user_name
end