Class: Aws::Types::AccessKeyLastUsed
- Inherits:
-
Object
- Object
- Aws::Types::AccessKeyLastUsed
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_used_date ⇒ ::Time
Returns the value of attribute last_used_date.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#last_used_date ⇒ ::Time
Returns the value of attribute last_used_date.
36 37 38 |
# File 'sig/types.rbs', line 36 def last_used_date @last_used_date end |
#region ⇒ ::String
Returns the value of attribute region.
38 39 40 |
# File 'sig/types.rbs', line 38 def region @region end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
37 38 39 |
# File 'sig/types.rbs', line 37 def service_name @service_name end |