Class: Aws::Types::EventTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::EventTimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_time ⇒ ::Time
Returns the value of attribute from_time.
-
#to_time ⇒ ::Time
Returns the value of attribute to_time.
Instance Attribute Details
#from_time ⇒ ::Time
Returns the value of attribute from_time.
321 322 323 |
# File 'sig/types.rbs', line 321 def from_time @from_time end |
#to_time ⇒ ::Time
Returns the value of attribute to_time.
322 323 324 |
# File 'sig/types.rbs', line 322 def to_time @to_time end |