Class: Aws::Types::UpdateMaintenanceStartTimeInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMaintenanceStartTimeInput
- 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.
-
#day_of_week ⇒ ::Integer
Returns the value of attribute day_of_week.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#hour_of_day ⇒ ::Integer
Returns the value of attribute hour_of_day.
-
#minute_of_hour ⇒ ::Integer
Returns the value of attribute minute_of_hour.
-
#software_update_preferences ⇒ Types::SoftwareUpdatePreferences
Returns the value of attribute software_update_preferences.
Instance Attribute Details
#day_of_month ⇒ ::Integer
Returns the value of attribute day_of_month.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def day_of_month @day_of_month end |
#day_of_week ⇒ ::Integer
Returns the value of attribute day_of_week.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def day_of_week @day_of_week end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def gateway_arn @gateway_arn end |
#hour_of_day ⇒ ::Integer
Returns the value of attribute hour_of_day.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def hour_of_day @hour_of_day end |
#minute_of_hour ⇒ ::Integer
Returns the value of attribute minute_of_hour.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def minute_of_hour @minute_of_hour end |
#software_update_preferences ⇒ Types::SoftwareUpdatePreferences
Returns the value of attribute software_update_preferences.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def software_update_preferences @software_update_preferences end |