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.



4817
4818
4819
4820
4821
4822
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4817

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

#statusTypes::OptionStatus

The current status of off-peak window options.

Returns:



4817
4818
4819
4820
4821
4822
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4817

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