Class: Aws::Types::AutoTuneMaintenanceSchedule
- Inherits:
-
Object
- Object
- Aws::Types::AutoTuneMaintenanceSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cron_expression_for_recurrence ⇒ ::String
Returns the value of attribute cron_expression_for_recurrence.
-
#duration ⇒ Types::Duration
Returns the value of attribute duration.
-
#start_at ⇒ ::Time
Returns the value of attribute start_at.
Instance Attribute Details
#cron_expression_for_recurrence ⇒ ::String
Returns the value of attribute cron_expression_for_recurrence.
114 115 116 |
# File 'sig/types.rbs', line 114 def cron_expression_for_recurrence @cron_expression_for_recurrence end |
#duration ⇒ Types::Duration
Returns the value of attribute duration.
113 114 115 |
# File 'sig/types.rbs', line 113 def duration @duration end |
#start_at ⇒ ::Time
Returns the value of attribute start_at.
112 113 114 |
# File 'sig/types.rbs', line 112 def start_at @start_at end |