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.
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.
8649 8650 8651 8652 8653 8654 8655 8656 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8649 class ScheduledAutoTuneDetails < Struct.new( :date, :action_type, :action, :severity) SENSITIVE = [] include Aws::Structure end |
#action_type ⇒ String
The type of Auto-Tune action.
8649 8650 8651 8652 8653 8654 8655 8656 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8649 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.
8649 8650 8651 8652 8653 8654 8655 8656 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8649 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.
8649 8650 8651 8652 8653 8654 8655 8656 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8649 class ScheduledAutoTuneDetails < Struct.new( :date, :action_type, :action, :severity) SENSITIVE = [] include Aws::Structure end |