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.



5632
5633
5634
5635
5636
5637
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5632

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

#statusTypes::OptionStatus

The current status of off-peak window options.

Returns:



5632
5633
5634
5635
5636
5637
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5632

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