Class: Aws::ElasticsearchService::Types::AutoTuneStatus

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

Overview

Provides the current status of the Auto-Tune options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

Timestamp which tells Auto-Tune options creation date .

Returns:

  • (Time)


521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 521

class AutoTuneStatus < Struct.new(
  :creation_date,
  :update_date,
  :update_version,
  :state,
  :error_message,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

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

Returns:

  • (String)


521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 521

class AutoTuneStatus < Struct.new(
  :creation_date,
  :update_date,
  :update_version,
  :state,
  :error_message,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#pending_deletionBoolean

Indicates whether the Elasticsearch domain is being deleted.

Returns:

  • (Boolean)


521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 521

class AutoTuneStatus < Struct.new(
  :creation_date,
  :update_date,
  :update_version,
  :state,
  :error_message,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Specifies the AutoTuneState for the Elasticsearch domain.

Returns:

  • (String)


521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 521

class AutoTuneStatus < Struct.new(
  :creation_date,
  :update_date,
  :update_version,
  :state,
  :error_message,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#update_dateTime

Timestamp which tells Auto-Tune options last updated time.

Returns:

  • (Time)


521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 521

class AutoTuneStatus < Struct.new(
  :creation_date,
  :update_date,
  :update_version,
  :state,
  :error_message,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#update_versionInteger

Specifies the Auto-Tune options latest version.

Returns:

  • (Integer)


521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 521

class AutoTuneStatus < Struct.new(
  :creation_date,
  :update_date,
  :update_version,
  :state,
  :error_message,
  :pending_deletion)
  SENSITIVE = []
  include Aws::Structure
end