Class: Aws::Types::ActorUser
- Inherits:
-
Object
- Object
- Aws::Types::ActorUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ Types::UserAccount
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::UserAccount
Returns the value of attribute account.
125 126 127 |
# File 'sig/types.rbs', line 125 def account @account end |
#credential_uid ⇒ ::String
Returns the value of attribute credential_uid.
124 125 126 |
# File 'sig/types.rbs', line 124 def credential_uid @credential_uid end |
#name ⇒ ::String
Returns the value of attribute name.
121 122 123 |
# File 'sig/types.rbs', line 121 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
123 124 125 |
# File 'sig/types.rbs', line 123 def type @type end |
#uid ⇒ ::String
Returns the value of attribute uid.
122 123 124 |
# File 'sig/types.rbs', line 122 def uid @uid end |