Class: Aws::Types::Schedule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::String

Returns the value of attribute end_time.

Returns:



2624
2625
2626
# File 'sig/types.rbs', line 2624

def end_time
  @end_time
end

#event_filterTypes::CampaignEventFilter

Returns the value of attribute event_filter.

Returns:



2625
2626
2627
# File 'sig/types.rbs', line 2625

def event_filter
  @event_filter
end

#frequency"ONCE", ...

Returns the value of attribute frequency.

Returns:



2626
2627
2628
# File 'sig/types.rbs', line 2626

def frequency
  @frequency
end

#is_local_timeBoolean

Returns the value of attribute is_local_time.

Returns:



2627
2628
2629
# File 'sig/types.rbs', line 2627

def is_local_time
  @is_local_time
end

#quiet_timeTypes::QuietTime

Returns the value of attribute quiet_time.

Returns:



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.

Returns:



2629
2630
2631
# File 'sig/types.rbs', line 2629

def start_time
  @start_time
end

#timezone::String

Returns the value of attribute timezone.

Returns:



2630
2631
2632
# File 'sig/types.rbs', line 2630

def timezone
  @timezone
end