Class: Aws::Types::AccessKey
- Inherits:
-
Object
- Object
- Aws::Types::AccessKey
- 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.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
28 29 30 |
# File 'sig/types.rbs', line 28 def access_key_id @access_key_id end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
31 32 33 |
# File 'sig/types.rbs', line 31 def create_date @create_date end |
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
30 31 32 |
# File 'sig/types.rbs', line 30 def secret_access_key @secret_access_key end |
#status ⇒ "Active", ...
Returns the value of attribute status.
29 30 31 |
# File 'sig/types.rbs', line 29 def status @status end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
27 28 29 |
# File 'sig/types.rbs', line 27 def user_name @user_name end |