Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ Types::Account
Returns the value of attribute account.
-
#credential_uid ⇒ ::String
Returns the value of attribute credential_uid.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#uid ⇒ ::String
Returns the value of attribute uid.
Instance Attribute Details
#account ⇒ Types::Account
Returns the value of attribute account.
3359 3360 3361 |
# File 'sig/types.rbs', line 3359 def account @account end |
#credential_uid ⇒ ::String
Returns the value of attribute credential_uid.
3358 3359 3360 |
# File 'sig/types.rbs', line 3358 def credential_uid @credential_uid end |
#name ⇒ ::String
Returns the value of attribute name.
3355 3356 3357 |
# File 'sig/types.rbs', line 3355 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
3357 3358 3359 |
# File 'sig/types.rbs', line 3357 def type @type end |
#uid ⇒ ::String
Returns the value of attribute uid.
3356 3357 3358 |
# File 'sig/types.rbs', line 3356 def uid @uid end |