Class: Aws::OpenSearchService::Types::ServiceOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ServiceOptions
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Options for the service, such as the supported Regions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#supported_regions ⇒ Array<String>
The list of supported Regions for the service.
Instance Attribute Details
#supported_regions ⇒ Array<String>
The list of supported Regions for the service.
7842 7843 7844 7845 7846 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7842 class ServiceOptions < Struct.new( :supported_regions) SENSITIVE = [] include Aws::Structure end |