Class: Aws::Types::ScheduleConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_analysis_end_time::String

Returns the value of attribute data_analysis_end_time.

Returns:

  • (::String)


10706
10707
10708
# File 'sig/types.rbs', line 10706

def data_analysis_end_time
  @data_analysis_end_time
end

#data_analysis_start_time::String

Returns the value of attribute data_analysis_start_time.

Returns:

  • (::String)


10705
10706
10707
# File 'sig/types.rbs', line 10705

def data_analysis_start_time
  @data_analysis_start_time
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


10704
10705
10706
# File 'sig/types.rbs', line 10704

def schedule_expression
  @schedule_expression
end