Class: Aws::ElasticsearchService::Types::ScheduledAutoTuneDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Specifies details of the scheduled Auto-Tune action. See the

Developer Guide][1

for more information.

[1]: docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

Specifies Auto-Tune action description.

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
3763
3764
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3757

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

#action_typeString

Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
3763
3764
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3757

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

#dateTime

Specifies timestamp for the Auto-Tune action scheduled for the domain.

Returns:

  • (Time)


3757
3758
3759
3760
3761
3762
3763
3764
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3757

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

#severityString

Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
3763
3764
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3757

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