Class: Aws::ElasticsearchService::Types::AutoTuneOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AutoTuneOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Specifies the status of Auto-Tune options for the specified Elasticsearch domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::AutoTuneOptions
Specifies Auto-Tune options for the specified Elasticsearch domain.
-
#status ⇒ Types::AutoTuneStatus
Specifies Status of the Auto-Tune options for the specified Elasticsearch domain.
Instance Attribute Details
#options ⇒ Types::AutoTuneOptions
Specifies Auto-Tune options for the specified Elasticsearch domain.
487 488 489 490 491 492 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 487 class AutoTuneOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::AutoTuneStatus
Specifies Status of the Auto-Tune options for the specified Elasticsearch domain.
487 488 489 490 491 492 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 487 class AutoTuneOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |