Class: Aws::Types::MaintenanceWindow

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_action_timeout_in_mins::Integer

Returns the value of attribute custom_action_timeout_in_mins.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::Array[::Integer])


2058
2059
2060
# File 'sig/types.rbs', line 2058

def hours_of_day
  @hours_of_day
end

#is_custom_action_timeout_enabledBoolean

Returns the value of attribute is_custom_action_timeout_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:



2061
2062
2063
# File 'sig/types.rbs', line 2061

def months
  @months
end

#patching_mode"ROLLING", "NONROLLING"

Returns the value of attribute patching_mode.

Returns:

  • ("ROLLING", "NONROLLING")


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.

Returns:

  • ("NO_PREFERENCE", "CUSTOM_PREFERENCE")


2063
2064
2065
# File 'sig/types.rbs', line 2063

def preference
  @preference
end

#skip_ruBoolean

Returns the value of attribute skip_ru.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::Integer])


2065
2066
2067
# File 'sig/types.rbs', line 2065

def weeks_of_month
  @weeks_of_month
end