Class: Aws::Types::PreferredDayTimeMaintenanceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#day"MONDAY", ...

Returns the value of attribute day.

Returns:

  • ("MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY")


1515
1516
1517
# File 'sig/types.rbs', line 1515

def day
  @day
end

#time::String

Returns the value of attribute time.

Returns:

  • (::String)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def time
  @time
end