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:



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

def day
  @day
end

#time::String

Returns the value of attribute time.

Returns:



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

def time
  @time
end