Class: Aws::OpenSearchService::Types::AutoTuneStatus

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

Overview

The current status of Auto-Tune for the domain. For more information, see Auto-Tune for Amazon OpenSearch Service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

Date and time when Auto-Tune was enabled for the domain.

Returns:

  • (Time)


691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 691

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

#error_messageString

Any errors that occurred while enabling or disabling Auto-Tune.

Returns:

  • (String)


691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 691

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 domain is being deleted.

Returns:

  • (Boolean)


691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 691

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

#stateString

The current state of Auto-Tune on the domain.

Returns:

  • (String)


691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 691

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

#update_dateTime

Date and time when the Auto-Tune options were last updated for the domain.

Returns:

  • (Time)


691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 691

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

#update_versionInteger

The latest version of the Auto-Tune options.

Returns:

  • (Integer)


691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 691

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