Class: Aws::OpenSearchService::Types::EngineModeStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optionsString

The engine mode configured for the domain.

Returns:

  • (String)


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

#statusTypes::OptionStatus

The current status of the engine mode for the domain.

Returns:



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