Class: Aws::Types::RefreshSchedule
- Inherits:
-
Object
- Object
- Aws::Types::RefreshSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#frequency ⇒ Types::RefreshScheduleFrequency
Returns the value of attribute frequency.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#time_of_day ⇒ ::String
Returns the value of attribute time_of_day.
Instance Attribute Details
#frequency ⇒ Types::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.
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.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def time_of_day @time_of_day end |