Class: Aws::Types::ScheduledTriggerProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_pull_mode"Incremental", "Complete"

Returns the value of attribute data_pull_mode.

Returns:

  • ("Incremental", "Complete")


1124
1125
1126
# File 'sig/types.rbs', line 1124

def data_pull_mode
  @data_pull_mode
end

#first_execution_from::Time

Returns the value of attribute first_execution_from.

Returns:

  • (::Time)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def first_execution_from
  @first_execution_from
end

#flow_error_deactivation_threshold::Integer

Returns the value of attribute flow_error_deactivation_threshold.

Returns:

  • (::Integer)


1130
1131
1132
# File 'sig/types.rbs', line 1130

def flow_error_deactivation_threshold
  @flow_error_deactivation_threshold
end

#schedule_end_time::Time

Returns the value of attribute schedule_end_time.

Returns:

  • (::Time)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def schedule_end_time
  @schedule_end_time
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def schedule_expression
  @schedule_expression
end

#schedule_offset::Integer

Returns the value of attribute schedule_offset.

Returns:

  • (::Integer)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def schedule_offset
  @schedule_offset
end

#schedule_start_time::Time

Returns the value of attribute schedule_start_time.

Returns:

  • (::Time)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def schedule_start_time
  @schedule_start_time
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def timezone
  @timezone
end