Class: Aws::OpenSearchService::Types::OffPeakWindowOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::OffPeakWindowOptionsStatus
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The status of off-peak window options for a domain.
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.
5875 5876 5877 5878 5879 5880 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5875 class OffPeakWindowOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The current status of off-peak window options.
5875 5876 5877 5878 5879 5880 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5875 class OffPeakWindowOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |