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)


5503
5504
5505
5506
5507
5508
5509
5510
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5503

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

#action_typeString

The type of Auto-Tune action.

Returns:

  • (String)


5503
5504
5505
5506
5507
5508
5509
5510
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5503

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)


5503
5504
5505
5506
5507
5508
5509
5510
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5503

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)


5503
5504
5505
5506
5507
5508
5509
5510
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5503

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