Class: Aws::Types::ScheduledOperationDetails
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledOperationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#day_of_week ⇒ Types::DayOfWeek
Returns the value of attribute day_of_week.
-
#scheduled_start_time ⇒ ::String
Returns the value of attribute scheduled_start_time.
-
#scheduled_stop_time ⇒ ::String
Returns the value of attribute scheduled_stop_time.
Instance Attribute Details
#day_of_week ⇒ Types::DayOfWeek
Returns the value of attribute day_of_week.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def day_of_week @day_of_week end |
#scheduled_start_time ⇒ ::String
Returns the value of attribute scheduled_start_time.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def scheduled_start_time @scheduled_start_time end |
#scheduled_stop_time ⇒ ::String
Returns the value of attribute scheduled_stop_time.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def scheduled_stop_time @scheduled_stop_time end |