Class: Aws::OpenSearchService::Types::ScheduledAutoTuneDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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

Instance Attribute Details

#actionString

A description of the Auto-Tune action.

Returns:

  • (String)


5513
5514
5515
5516
5517
5518
5519
5520
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5513

class ScheduledAutoTuneDetails < Struct.new(
  :date,
  :action_type,
  :action,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end

#action_typeString

The type of Auto-Tune action.

Returns:

  • (String)


5513
5514
5515
5516
5517
5518
5519
5520
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5513

class ScheduledAutoTuneDetails < Struct.new(
  :date,
  :action_type,
  :action,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end

#dateTime

The date and time when the Auto-Tune action is scheduled for the domain.

Returns:

  • (Time)


5513
5514
5515
5516
5517
5518
5519
5520
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5513

class ScheduledAutoTuneDetails < Struct.new(
  :date,
  :action_type,
  :action,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The severity of the Auto-Tune action. Valid values are LOW, MEDIUM, and HIGH.

Returns:

  • (String)


5513
5514
5515
5516
5517
5518
5519
5520
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5513

class ScheduledAutoTuneDetails < Struct.new(
  :date,
  :action_type,
  :action,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end