Class: Aws::ElasticsearchService::Types::AutoTuneStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AutoTuneStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Provides the current status of the Auto-Tune options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
Timestamp which tells Auto-Tune options creation date .
-
#error_message ⇒ String
Specifies the error message while enabling or disabling the Auto-Tune options.
-
#pending_deletion ⇒ Boolean
Indicates whether the Elasticsearch domain is being deleted.
-
#state ⇒ String
Specifies the ‘AutoTuneState` for the Elasticsearch domain.
-
#update_date ⇒ Time
Timestamp which tells Auto-Tune options last updated time.
-
#update_version ⇒ Integer
Specifies the Auto-Tune options latest version.
Instance Attribute Details
#creation_date ⇒ Time
Timestamp which tells Auto-Tune options creation date .
521 522 523 524 525 526 527 528 529 530 |
# File '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_message ⇒ String
Specifies the error message while enabling or disabling the Auto-Tune options.
521 522 523 524 525 526 527 528 529 530 |
# File '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_deletion ⇒ Boolean
Indicates whether the Elasticsearch domain is being deleted.
521 522 523 524 525 526 527 528 529 530 |
# File '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 |
#state ⇒ String
Specifies the ‘AutoTuneState` for the Elasticsearch domain.
521 522 523 524 525 526 527 528 529 530 |
# File '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_date ⇒ Time
Timestamp which tells Auto-Tune options last updated time.
521 522 523 524 525 526 527 528 529 530 |
# File '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_version ⇒ Integer
Specifies the Auto-Tune options latest version.
521 522 523 524 525 526 527 528 529 530 |
# File '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 |