Class: Aws::Types::UpdateMaintenanceStartTimeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_month::Integer

Returns the value of attribute day_of_month.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1519
1520
1521
# File 'sig/types.rbs', line 1519

def minute_of_hour
  @minute_of_hour
end

#software_update_preferencesTypes::SoftwareUpdatePreferences

Returns the value of attribute software_update_preferences.

Returns:



1522
1523
1524
# File 'sig/types.rbs', line 1522

def software_update_preferences
  @software_update_preferences
end