Class: Aws::Types::AccessKeyMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AccessKeyMetadata
- 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.
-
#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.
44 45 46 |
# File 'sig/types.rbs', line 44 def access_key_id @access_key_id end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
46 47 48 |
# File 'sig/types.rbs', line 46 def create_date @create_date end |
#status ⇒ "Active", ...
Returns the value of attribute status.
45 46 47 |
# File 'sig/types.rbs', line 45 def status @status end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
43 44 45 |
# File 'sig/types.rbs', line 43 def user_name @user_name end |