Class: Aws::OpenSearchService::Types::OffPeakWindowOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::OffPeakWindowOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The status of [off-peak window] options for a domain.
[1]: docs.aws.amazon.com/opensearch-service/latest/APIReference/API_OffPeakWindow.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::OffPeakWindowOptions
The domain’s off-peak window configuration.
-
#status ⇒ Types::OptionStatus
The current status of off-peak window options.
Instance Attribute Details
#options ⇒ Types::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 |
#status ⇒ Types::OptionStatus
The current status of off-peak window options.
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 |