Class: Aws::Types::RefreshSchedule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


9672
9673
9674
# File 'sig/types.rbs', line 9672

def arn
  @arn
end

#refresh_type"INCREMENTAL_REFRESH", "FULL_REFRESH"

Returns the value of attribute refresh_type.

Returns:

  • ("INCREMENTAL_REFRESH", "FULL_REFRESH")


9671
9672
9673
# File 'sig/types.rbs', line 9671

def refresh_type
  @refresh_type
end

#schedule_frequencyTypes::RefreshFrequency

Returns the value of attribute schedule_frequency.



9669
9670
9671
# File 'sig/types.rbs', line 9669

def schedule_frequency
  @schedule_frequency
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


9668
9669
9670
# File 'sig/types.rbs', line 9668

def schedule_id
  @schedule_id
end

#start_after_date_time::Time

Returns the value of attribute start_after_date_time.

Returns:

  • (::Time)


9670
9671
9672
# File 'sig/types.rbs', line 9670

def start_after_date_time
  @start_after_date_time
end