Class: Aws::Types::RefreshSchedule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#frequencyTypes::RefreshScheduleFrequency

Returns the value of attribute frequency.



1074
1075
1076
# File 'sig/types.rbs', line 1074

def frequency
  @frequency
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


1075
1076
1077
# File 'sig/types.rbs', line 1075

def status
  @status
end

#time_of_day::String

Returns the value of attribute time_of_day.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def time_of_day
  @time_of_day
end