Class: Aws::OpenSearchService::Types::ServiceOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#supported_regionsArray<String>

The list of supported Regions for the service.

Returns:

  • (Array<String>)


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