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.
6554 6555 6556 6557 6558 6559 6560 6561 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6554 class ScheduledAutoTuneDetails < Struct.new( :date, :action_type, :action, :severity) SENSITIVE = [] include Aws::Structure end |
#action_type ⇒ String
The type of Auto-Tune action.
6554 6555 6556 6557 6558 6559 6560 6561 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6554 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.
6554 6555 6556 6557 6558 6559 6560 6561 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6554 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`.
6554 6555 6556 6557 6558 6559 6560 6561 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6554 class ScheduledAutoTuneDetails < Struct.new( :date, :action_type, :action, :severity) SENSITIVE = [] include Aws::Structure end |