Class: Aws::Types::MonthlySchedule
- Inherits:
-
Object
- Object
- Aws::Types::MonthlySchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#day ⇒ "SUN", ...
Returns the value of attribute day.
-
#start_time ⇒ Types::Time
Returns the value of attribute start_time.
Instance Attribute Details
#day ⇒ "SUN", ...
Returns the value of attribute day.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def day @day end |
#start_time ⇒ Types::Time
Returns the value of attribute start_time.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def start_time @start_time end |