Class: Aws::OpenSearchService::Types::EngineModeStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::EngineModeStatus
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The status of the engine mode for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ String
The engine mode configured for the domain.
-
#status ⇒ Types::OptionStatus
The current status of the engine mode for the domain.
Instance Attribute Details
#options ⇒ String
The engine mode configured for the domain.
4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4775 class EngineModeStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The current status of the engine mode for the domain.
4775 4776 4777 4778 4779 4780 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4775 class EngineModeStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |