Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#password_last_used ⇒ ::Time
Returns the value of attribute password_last_used.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#permissions_boundary ⇒ Types::AttachedPermissionsBoundary
Returns the value of attribute permissions_boundary.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def arn @arn end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
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.
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.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def path @path end |
#permissions_boundary ⇒ Types::AttachedPermissionsBoundary
Returns the value of attribute permissions_boundary.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def @permissions_boundary end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def @tags end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
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.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def user_name @user_name end |