Class: Aws::OpenSearchService::Types::OffPeakWindowOptionsStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::OffPeakWindowOptions

The domain’s off-peak window configuration.



5875
5876
5877
5878
5879
5880
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5875

class OffPeakWindowOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OptionStatus

The current status of off-peak window options.

Returns:



5875
5876
5877
5878
5879
5880
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5875

class OffPeakWindowOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end