Class: Aws::Types::TopicRefreshSchedule
- Inherits:
-
Object
- Object
- Aws::Types::TopicRefreshSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#based_on_spice_schedule ⇒ Boolean
Returns the value of attribute based_on_spice_schedule.
-
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
-
#repeat_at ⇒ ::String
Returns the value of attribute repeat_at.
-
#starting_at ⇒ ::Time
Returns the value of attribute starting_at.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
-
#topic_schedule_type ⇒ "HOURLY", ...
Returns the value of attribute topic_schedule_type.
Instance Attribute Details
#based_on_spice_schedule ⇒ Boolean
Returns the value of attribute based_on_spice_schedule.
11882 11883 11884 |
# File 'sig/types.rbs', line 11882 def based_on_spice_schedule @based_on_spice_schedule end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
11881 11882 11883 |
# File 'sig/types.rbs', line 11881 def is_enabled @is_enabled end |
#repeat_at ⇒ ::String
Returns the value of attribute repeat_at.
11885 11886 11887 |
# File 'sig/types.rbs', line 11885 def repeat_at @repeat_at end |
#starting_at ⇒ ::Time
Returns the value of attribute starting_at.
11883 11884 11885 |
# File 'sig/types.rbs', line 11883 def starting_at @starting_at end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
11884 11885 11886 |
# File 'sig/types.rbs', line 11884 def timezone @timezone end |
#topic_schedule_type ⇒ "HOURLY", ...
Returns the value of attribute topic_schedule_type.
11886 11887 11888 |
# File 'sig/types.rbs', line 11886 def topic_schedule_type @topic_schedule_type end |