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.
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.
9671 9672 9673 |
# File 'sig/types.rbs', line 9671 def refresh_type @refresh_type end |
#schedule_frequency ⇒ Types::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.
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.
9670 9671 9672 |
# File 'sig/types.rbs', line 9670 def start_after_date_time @start_after_date_time end |