Class: Aws::OpenSearchService::Types::AutoTuneMaintenanceSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AutoTuneMaintenanceSchedule
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The Auto-Tune maintenance schedule. For more information, see Auto-Tune for Amazon OpenSearch Service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cron_expression_for_recurrence ⇒ String
A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.
-
#duration ⇒ Types::Duration
The duration of the maintenance schedule.
-
#start_at ⇒ Time
The Epoch timestamp at which the Auto-Tune maintenance schedule starts.
Instance Attribute Details
#cron_expression_for_recurrence ⇒ String
A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.
751 752 753 754 755 756 757 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 751 class AutoTuneMaintenanceSchedule < Struct.new( :start_at, :duration, :cron_expression_for_recurrence) SENSITIVE = [] include Aws::Structure end |
#duration ⇒ Types::Duration
The duration of the maintenance schedule. For example, "Duration":
{"Value": 2, "Unit": "HOURS"}
.
751 752 753 754 755 756 757 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 751 class AutoTuneMaintenanceSchedule < Struct.new( :start_at, :duration, :cron_expression_for_recurrence) SENSITIVE = [] include Aws::Structure end |
#start_at ⇒ Time
The Epoch timestamp at which the Auto-Tune maintenance schedule starts.
751 752 753 754 755 756 757 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 751 class AutoTuneMaintenanceSchedule < Struct.new( :start_at, :duration, :cron_expression_for_recurrence) SENSITIVE = [] include Aws::Structure end |