Class: Aws::Types::MaintenanceWindow
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceWindow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_action_timeout_in_mins ⇒ ::Integer
Returns the value of attribute custom_action_timeout_in_mins.
-
#days_of_week ⇒ ::Array[Types::DayOfWeek]
Returns the value of attribute days_of_week.
-
#hours_of_day ⇒ ::Array[::Integer]
Returns the value of attribute hours_of_day.
-
#is_custom_action_timeout_enabled ⇒ Boolean
Returns the value of attribute is_custom_action_timeout_enabled.
-
#lead_time_in_weeks ⇒ ::Integer
Returns the value of attribute lead_time_in_weeks.
-
#months ⇒ ::Array[Types::Month]
Returns the value of attribute months.
-
#patching_mode ⇒ "ROLLING", "NONROLLING"
Returns the value of attribute patching_mode.
-
#preference ⇒ "NO_PREFERENCE", "CUSTOM_PREFERENCE"
Returns the value of attribute preference.
-
#skip_ru ⇒ Boolean
Returns the value of attribute skip_ru.
-
#weeks_of_month ⇒ ::Array[::Integer]
Returns the value of attribute weeks_of_month.
Instance Attribute Details
#custom_action_timeout_in_mins ⇒ ::Integer
Returns the value of attribute custom_action_timeout_in_mins.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def custom_action_timeout_in_mins @custom_action_timeout_in_mins end |
#days_of_week ⇒ ::Array[Types::DayOfWeek]
Returns the value of attribute days_of_week.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def days_of_week @days_of_week end |
#hours_of_day ⇒ ::Array[::Integer]
Returns the value of attribute hours_of_day.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def hours_of_day @hours_of_day end |
#is_custom_action_timeout_enabled ⇒ Boolean
Returns the value of attribute is_custom_action_timeout_enabled.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def is_custom_action_timeout_enabled @is_custom_action_timeout_enabled end |
#lead_time_in_weeks ⇒ ::Integer
Returns the value of attribute lead_time_in_weeks.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def lead_time_in_weeks @lead_time_in_weeks end |
#months ⇒ ::Array[Types::Month]
Returns the value of attribute months.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def months @months end |
#patching_mode ⇒ "ROLLING", "NONROLLING"
Returns the value of attribute patching_mode.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def patching_mode @patching_mode end |
#preference ⇒ "NO_PREFERENCE", "CUSTOM_PREFERENCE"
Returns the value of attribute preference.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def preference @preference end |
#skip_ru ⇒ Boolean
Returns the value of attribute skip_ru.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def skip_ru @skip_ru end |
#weeks_of_month ⇒ ::Array[::Integer]
Returns the value of attribute weeks_of_month.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def weeks_of_month @weeks_of_month end |