Class: Aws::Types::DateInterval
- Inherits:
-
Object
- Object
- Aws::Types::DateInterval
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
-
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
Instance Attribute Details
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
165 166 167 |
# File 'sig/types.rbs', line 165 def end_date_time @end_date_time end |
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
164 165 166 |
# File 'sig/types.rbs', line 164 def start_date_time @start_date_time end |