Class: Aws::Types::Schedule
- Inherits:
-
Object
- Object
- Aws::Types::Schedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::String
Returns the value of attribute end_time.
-
#event_filter ⇒ Types::CampaignEventFilter
Returns the value of attribute event_filter.
-
#frequency ⇒ "ONCE", ...
Returns the value of attribute frequency.
-
#is_local_time ⇒ Boolean
Returns the value of attribute is_local_time.
-
#quiet_time ⇒ Types::QuietTime
Returns the value of attribute quiet_time.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#end_time ⇒ ::String
Returns the value of attribute end_time.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def end_time @end_time end |
#event_filter ⇒ Types::CampaignEventFilter
Returns the value of attribute event_filter.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def event_filter @event_filter end |
#frequency ⇒ "ONCE", ...
Returns the value of attribute frequency.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def frequency @frequency end |
#is_local_time ⇒ Boolean
Returns the value of attribute is_local_time.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def is_local_time @is_local_time end |
#quiet_time ⇒ Types::QuietTime
Returns the value of attribute quiet_time.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def quiet_time @quiet_time end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def start_time @start_time end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def timezone @timezone end |