Class: Aws::OpenSearchService::Types::ServiceOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ServiceOptions
- Includes:
- Structure
- Defined in:
- 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.
7854 7855 7856 7857 7858 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7854 class ServiceOptions < Struct.new( :supported_regions) SENSITIVE = [] include Aws::Structure end |