Class: Aws::Types::MonthlySetting
- Inherits:
-
Object
- Object
- Aws::Types::MonthlySetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#day_of_month ⇒ ::Integer
Returns the value of attribute day_of_month.
-
#hand_off_time ⇒ Types::HandOffTime
Returns the value of attribute hand_off_time.
Instance Attribute Details
#day_of_month ⇒ ::Integer
Returns the value of attribute day_of_month.
497 498 499 |
# File 'sig/types.rbs', line 497 def day_of_month @day_of_month end |
#hand_off_time ⇒ Types::HandOffTime
Returns the value of attribute hand_off_time.
498 499 500 |
# File 'sig/types.rbs', line 498 def hand_off_time @hand_off_time end |