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")


9660
9661
9662
# File 'sig/types.rbs', line 9660

def interval
  @interval
end

#refresh_on_dayTypes::ScheduleRefreshOnEntity

Returns the value of attribute refresh_on_day.



9661
9662
9663
# File 'sig/types.rbs', line 9661

def refresh_on_day
  @refresh_on_day
end

#time_of_the_day::String

Returns the value of attribute time_of_the_day.

Returns:

  • (::String)


9663
9664
9665
# File 'sig/types.rbs', line 9663

def time_of_the_day
  @time_of_the_day
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


9662
9663
9664
# File 'sig/types.rbs', line 9662

def timezone
  @timezone
end