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.
11492 11493 11494 |
# File 'sig/types.rbs', line 11492 def based_on_spice_schedule @based_on_spice_schedule end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
11491 11492 11493 |
# File 'sig/types.rbs', line 11491 def is_enabled @is_enabled end |
#repeat_at ⇒ ::String
Returns the value of attribute repeat_at.
11495 11496 11497 |
# File 'sig/types.rbs', line 11495 def repeat_at @repeat_at end |
#starting_at ⇒ ::Time
Returns the value of attribute starting_at.
11493 11494 11495 |
# File 'sig/types.rbs', line 11493 def starting_at @starting_at end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
11494 11495 11496 |
# File 'sig/types.rbs', line 11494 def timezone @timezone end |
#topic_schedule_type ⇒ "HOURLY", ...
Returns the value of attribute topic_schedule_type.
11496 11497 11498 |
# File 'sig/types.rbs', line 11496 def topic_schedule_type @topic_schedule_type end |