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.
227 228 229 |
# File 'sig/types.rbs', line 227 def cron_expression_for_recurrence @cron_expression_for_recurrence end |
#duration ⇒ Types::Duration
Returns the value of attribute duration.
226 227 228 |
# File 'sig/types.rbs', line 226 def duration @duration end |
#start_at ⇒ ::Time
Returns the value of attribute start_at.
225 226 227 |
# File 'sig/types.rbs', line 225 def start_at @start_at end |