class Aws::ElasticsearchService::Types::AutoTuneMaintenanceSchedule
Specifies Auto-Tune maitenance schedule. See the [Developer Guide] for more information.
[1]: docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html
@note When making an API call, you may pass AutoTuneMaintenanceSchedule
data as a hash: { start_at: Time.now, duration: { value: 1, unit: "HOURS", # accepts HOURS }, cron_expression_for_recurrence: "String", }
@!attribute [rw] start_at
Specifies timestamp at which Auto-Tune maintenance schedule start. @return [Time]
@!attribute [rw] duration
Specifies maintenance schedule duration: duration value and duration unit. See the [Developer Guide][1] for more information. [1]: https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html @return [Types::Duration]
@!attribute [rw] cron_expression_for_recurrence
Specifies cron expression for a recurring maintenance schedule. See the [Developer Guide][1] for more information. [1]: https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html @return [String]
Constants
- SENSITIVE