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.
9660 9661 9662 |
# File 'sig/types.rbs', line 9660 def interval @interval end |
#refresh_on_day ⇒ Types::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.
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.
9662 9663 9664 |
# File 'sig/types.rbs', line 9662 def timezone @timezone end |