Class: Aws::Types::RefreshFrequency
- Inherits:
-
Object
- Object
- Aws::Types::RefreshFrequency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interval ⇒ "MINUTE15", ...
Returns the value of attribute interval.
-
#refresh_on_day ⇒ Types::ScheduleRefreshOnEntity
Returns the value of attribute refresh_on_day.
-
#time_of_the_day ⇒ ::String
Returns the value of attribute time_of_the_day.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#interval ⇒ "MINUTE15", ...
Returns the value of attribute interval.
9292 9293 9294 |
# File 'sig/types.rbs', line 9292 def interval @interval end |
#refresh_on_day ⇒ Types::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.
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.
9294 9295 9296 |
# File 'sig/types.rbs', line 9294 def timezone @timezone end |