Class: Aws::AppSync::Types::OpenSearchServiceDataSourceConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Describes an OpenSearch data source configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionString

The Amazon Web Services Region.

Returns:

  • (String)


3684
3685
3686
3687
3688
3689
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3684

class OpenSearchServiceDataSourceConfig < Struct.new(
  :endpoint,
  :aws_region)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The endpoint.

Returns:

  • (String)


3684
3685
3686
3687
3688
3689
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3684

class OpenSearchServiceDataSourceConfig < Struct.new(
  :endpoint,
  :aws_region)
  SENSITIVE = []
  include Aws::Structure
end