Class: Aws::Types::Time
- Inherits:
-
Object
- Object
- Aws::Types::Time
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#time_of_day ⇒ ::String
Returns the value of attribute time_of_day.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#time_of_day ⇒ ::String
Returns the value of attribute time_of_day.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def time_of_day @time_of_day end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def timezone @timezone end |