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.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def arn @arn end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
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.
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.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def path @path end |
#permissions_boundary ⇒ Types::AttachedPermissionsBoundary
Returns the value of attribute permissions_boundary.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def @permissions_boundary end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def @tags end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
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.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def user_name @user_name end |