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")


2598
2599
2600
# File 'sig/types.rbs', line 2598

def data_pull_mode
  @data_pull_mode
end

#first_execution_from ⇒ ::Time

Returns the value of attribute first_execution_from.

Returns:

  • (::Time)


2603
2604
2605
# File 'sig/types.rbs', line 2603

def first_execution_from
  @first_execution_from
end

#schedule_end_time ⇒ ::Time

Returns the value of attribute schedule_end_time.

Returns:

  • (::Time)


2600
2601
2602
# File 'sig/types.rbs', line 2600

def schedule_end_time
  @schedule_end_time
end

#schedule_expression ⇒ ::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


2597
2598
2599
# File 'sig/types.rbs', line 2597

def schedule_expression
  @schedule_expression
end

#schedule_offset ⇒ ::Integer

Returns the value of attribute schedule_offset.

Returns:

  • (::Integer)


2602
2603
2604
# File 'sig/types.rbs', line 2602

def schedule_offset
  @schedule_offset
end

#schedule_start_time ⇒ ::Time

Returns the value of attribute schedule_start_time.

Returns:

  • (::Time)


2599
2600
2601
# File 'sig/types.rbs', line 2599

def schedule_start_time
  @schedule_start_time
end

#timezone ⇒ ::String

Returns the value of attribute timezone.

Returns:

  • (::String)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def timezone
  @timezone
end