Class: Aws::Types::RefreshSchedule
- Inherits:
-
Object
- Object
- Aws::Types::RefreshSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#refresh_type ⇒ "INCREMENTAL_REFRESH", "FULL_REFRESH"
Returns the value of attribute refresh_type.
-
#schedule_frequency ⇒ Types::RefreshFrequency
Returns the value of attribute schedule_frequency.
-
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
-
#start_after_date_time ⇒ ::Time
Returns the value of attribute start_after_date_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
9303 9304 9305 |
# File 'sig/types.rbs', line 9303 def refresh_type @refresh_type end |
#schedule_frequency ⇒ Types::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.
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.
9302 9303 9304 |
# File 'sig/types.rbs', line 9302 def start_after_date_time @start_after_date_time end |