Class: Aws::Types::RoleLastUsed
- Inherits:
-
Object
- Object
- Aws::Types::RoleLastUsed
- 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.
Instance Attribute Details
#last_used_date ⇒ ::Time
Returns the value of attribute last_used_date.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def last_used_date @last_used_date end |
#region ⇒ ::String
Returns the value of attribute region.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def region @region end |