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)


2480
2481
2482
# File 'sig/types.rbs', line 2480

def arn
  @arn
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


2481
2482
2483
# File 'sig/types.rbs', line 2481

def create_date
  @create_date
end

#password_last_used::Time

Returns the value of attribute password_last_used.

Returns:

  • (::Time)


2482
2483
2484
# File 'sig/types.rbs', line 2482

def password_last_used
  @password_last_used
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2477
2478
2479
# File 'sig/types.rbs', line 2477

def path
  @path
end

#permissions_boundaryTypes::AttachedPermissionsBoundary

Returns the value of attribute permissions_boundary.



2483
2484
2485
# File 'sig/types.rbs', line 2483

def permissions_boundary
  @permissions_boundary
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2484
2485
2486
# File 'sig/types.rbs', line 2484

def tags
  @tags
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


2479
2480
2481
# File 'sig/types.rbs', line 2479

def user_id
  @user_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2478
2479
2480
# File 'sig/types.rbs', line 2478

def user_name
  @user_name
end