Class: Aws::Types::IamUser
- Inherits:
-
Object
- Object
- Aws::Types::IamUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def arn @arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def principal_id @principal_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def user_name @user_name end |