Class: Aws::Types::AnomalyDateInterval
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyDateInterval
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::String
Returns the value of attribute end_date.
-
#start_date ⇒ ::String
Returns the value of attribute start_date.
Instance Attribute Details
#end_date ⇒ ::String
Returns the value of attribute end_date.
47 48 49 |
# File 'sig/types.rbs', line 47 def end_date @end_date end |
#start_date ⇒ ::String
Returns the value of attribute start_date.
46 47 48 |
# File 'sig/types.rbs', line 46 def start_date @start_date end |