Class: Aws::ElasticsearchService::Types::AutoTuneOptionsOutput

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

Overview

Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

Specifies the error message while enabling or disabling the Auto-Tune.

Returns:

  • (String)


468
469
470
471
472
473
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 468

class AutoTuneOptionsOutput < Struct.new(
  :state,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Specifies the AutoTuneState for the Elasticsearch domain.

Returns:

  • (String)


468
469
470
471
472
473
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 468

class AutoTuneOptionsOutput < Struct.new(
  :state,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end