Class: Aws::Types::IngestedEventsTimeWindow
- Inherits:
-
Object
- Object
- Aws::Types::IngestedEventsTimeWindow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::String
Returns the value of attribute end_time.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::String
Returns the value of attribute end_time.
911 912 913 |
# File 'sig/types.rbs', line 911 def end_time @end_time end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
910 911 912 |
# File 'sig/types.rbs', line 910 def start_time @start_time end |