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.
4923 4924 4925 4926 4927 4928 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4923 class OffPeakWindowOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The current status of off-peak window options.
4923 4924 4925 4926 4927 4928 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4923 class OffPeakWindowOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |