Class: Aws::OpenSearchService::Types::ScheduledAutoTuneDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ScheduledAutoTuneDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Specifies details about a scheduled Auto-Tune action. For more information, see [Auto-Tune for Amazon OpenSearch Service].
[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
A description of the Auto-Tune action.
-
#action_type ⇒ String
The type of Auto-Tune action.
-
#date ⇒ Time
The date and time when the Auto-Tune action is scheduled for the domain.
-
#severity ⇒ String
The severity of the Auto-Tune action.
Instance Attribute Details
#action ⇒ String
A description of the Auto-Tune action.
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6283 class ScheduledAutoTuneDetails < Struct.new( :date, :action_type, :action, :severity) SENSITIVE = [] include Aws::Structure end |
#action_type ⇒ String
The type of Auto-Tune action.
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6283 class ScheduledAutoTuneDetails < Struct.new( :date, :action_type, :action, :severity) SENSITIVE = [] include Aws::Structure end |
#date ⇒ Time
The date and time when the Auto-Tune action is scheduled for the domain.
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6283 class ScheduledAutoTuneDetails < Struct.new( :date, :action_type, :action, :severity) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity of the Auto-Tune action. Valid values are ‘LOW`, `MEDIUM`, and `HIGH`.
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6283 class ScheduledAutoTuneDetails < Struct.new( :date, :action_type, :action, :severity) SENSITIVE = [] include Aws::Structure end |