Class: Aws::OpenSearchService::Types::AutoTuneStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AutoTuneStatus
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
Date and time when Auto-Tune was enabled for the domain.
-
#error_message ⇒ String
Any errors that occurred while enabling or disabling Auto-Tune.
-
#pending_deletion ⇒ Boolean
Indicates whether the domain is being deleted.
-
#state ⇒ String
The current state of Auto-Tune on the domain.
-
#update_date ⇒ Time
Date and time when the Auto-Tune options were last updated for the domain.
-
#update_version ⇒ Integer
The latest version of the Auto-Tune options.
Instance Attribute Details
#creation_date ⇒ Time
Date and time when Auto-Tune was enabled for the domain.
876 877 878 879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 876 class AutoTuneStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :error_message, :pending_deletion) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Any errors that occurred while enabling or disabling Auto-Tune.
876 877 878 879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 876 class AutoTuneStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :error_message, :pending_deletion) SENSITIVE = [] include Aws::Structure end |
#pending_deletion ⇒ Boolean
Indicates whether the domain is being deleted.
876 877 878 879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 876 class AutoTuneStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :error_message, :pending_deletion) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of Auto-Tune on the domain.
876 877 878 879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 876 class AutoTuneStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :error_message, :pending_deletion) SENSITIVE = [] include Aws::Structure end |
#update_date ⇒ Time
Date and time when the Auto-Tune options were last updated for the domain.
876 877 878 879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 876 class AutoTuneStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :error_message, :pending_deletion) SENSITIVE = [] include Aws::Structure end |
#update_version ⇒ Integer
The latest version of the Auto-Tune options.
876 877 878 879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 876 class AutoTuneStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :error_message, :pending_deletion) SENSITIVE = [] include Aws::Structure end |