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>)


7842
7843
7844
7845
7846
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7842

class ServiceOptions < Struct.new(
  :supported_regions)
  SENSITIVE = []
  include Aws::Structure
end