Class: Aws::Types::RefreshFrequency

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interval"MINUTE15", ...

Returns the value of attribute interval.

Returns:

  • ("MINUTE15", "MINUTE30", "HOURLY", "DAILY", "WEEKLY", "MONTHLY")


9292
9293
9294
# File 'sig/types.rbs', line 9292

def interval
  @interval
end

#refresh_on_dayTypes::ScheduleRefreshOnEntity

Returns the value of attribute refresh_on_day.



9293
9294
9295
# File 'sig/types.rbs', line 9293

def refresh_on_day
  @refresh_on_day
end

#time_of_the_day::String

Returns the value of attribute time_of_the_day.

Returns:

  • (::String)


9295
9296
9297
# File 'sig/types.rbs', line 9295

def time_of_the_day
  @time_of_the_day
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


9294
9295
9296
# File 'sig/types.rbs', line 9294

def timezone
  @timezone
end