Class: Aws::Types::AnomalyReportedTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyReportedTimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#close_time ⇒ ::Time
Returns the value of attribute close_time.
-
#open_time ⇒ ::Time
Returns the value of attribute open_time.
Instance Attribute Details
#close_time ⇒ ::Time
Returns the value of attribute close_time.
54 55 56 |
# File 'sig/types.rbs', line 54 def close_time @close_time end |
#open_time ⇒ ::Time
Returns the value of attribute open_time.
53 54 55 |
# File 'sig/types.rbs', line 53 def open_time @open_time end |