Class: Aws::Types::AccessKeyDetails
- Inherits:
-
Object
- Object
- Aws::Types::AccessKeyDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
-
#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
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
51 52 53 |
# File 'sig/types.rbs', line 51 def access_key_id @access_key_id end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def principal_id @principal_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
53 54 55 |
# File 'sig/types.rbs', line 53 def user_name @user_name end |
#user_type ⇒ ::String
Returns the value of attribute user_type.
54 55 56 |
# File 'sig/types.rbs', line 54 def user_type @user_type end |