Class: Aws::Types::AccessKey
- Inherits:
-
Object
- Object
- Aws::Types::AccessKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
-
#user_type ⇒ ::String
Returns the value of attribute user_type.
Instance Attribute Details
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def principal_id @principal_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
45 46 47 |
# File 'sig/types.rbs', line 45 def user_name @user_name end |
#user_type ⇒ ::String
Returns the value of attribute user_type.
46 47 48 |
# File 'sig/types.rbs', line 46 def user_type @user_type end |