Class: Aws::ElasticsearchService::Types::AutoTuneOptionsStatus

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

Overview

Specifies the status of Auto-Tune options for the specified Elasticsearch domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::AutoTuneOptions

Specifies Auto-Tune options for the specified Elasticsearch domain.



487
488
489
490
491
492
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 487

class AutoTuneOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::AutoTuneStatus

Specifies Status of the Auto-Tune options for the specified Elasticsearch domain.



487
488
489
490
491
492
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 487

class AutoTuneOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end