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)


9304
9305
9306
# File 'sig/types.rbs', line 9304

def arn
  @arn
end

#refresh_type"INCREMENTAL_REFRESH", "FULL_REFRESH"

Returns the value of attribute refresh_type.

Returns:

  • ("INCREMENTAL_REFRESH", "FULL_REFRESH")


9303
9304
9305
# File 'sig/types.rbs', line 9303

def refresh_type
  @refresh_type
end

#schedule_frequencyTypes::RefreshFrequency

Returns the value of attribute schedule_frequency.



9301
9302
9303
# File 'sig/types.rbs', line 9301

def schedule_frequency
  @schedule_frequency
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


9300
9301
9302
# File 'sig/types.rbs', line 9300

def schedule_id
  @schedule_id
end

#start_after_date_time::Time

Returns the value of attribute start_after_date_time.

Returns:

  • (::Time)


9302
9303
9304
# File 'sig/types.rbs', line 9302

def start_after_date_time
  @start_after_date_time
end