Class: Aws::OpenSearchService::Types::AutoTuneOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AutoTuneOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The Auto-Tune status for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::AutoTuneOptions
Auto-Tune settings for updating a domain.
-
#status ⇒ Types::AutoTuneStatus
The current status of Auto-Tune for a domain.
Instance Attribute Details
#options ⇒ Types::AutoTuneOptions
Auto-Tune settings for updating a domain.
713 714 715 716 717 718 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 713 class AutoTuneOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::AutoTuneStatus
The current status of Auto-Tune for a domain.
713 714 715 716 717 718 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 713 class AutoTuneOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |