Class: Aws::Types::DateRangeType
- Inherits:
-
Object
- Object
- Aws::Types::DateRangeType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_value ⇒ ::Time
Returns the value of attribute end_value.
-
#start_value ⇒ ::Time
Returns the value of attribute start_value.
Instance Attribute Details
#end_value ⇒ ::Time
Returns the value of attribute end_value.
176 177 178 |
# File 'sig/types.rbs', line 176 def end_value @end_value end |
#start_value ⇒ ::Time
Returns the value of attribute start_value.
175 176 177 |
# File 'sig/types.rbs', line 175 def start_value @start_value end |