Class: Aws::AppSync::Types::OpenSearchServiceDataSourceConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::OpenSearchServiceDataSourceConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Describes an OpenSearch data source configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #aws_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Region.
 - 
  
    
      #endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The endpoint.
 
Instance Attribute Details
#aws_region ⇒ String
The Amazon Web Services Region.
      4222 4223 4224 4225 4226 4227  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4222 class OpenSearchServiceDataSourceConfig < Struct.new( :endpoint, :aws_region) SENSITIVE = [] include Aws::Structure end  | 
  
#endpoint ⇒ String
The endpoint.
      4222 4223 4224 4225 4226 4227  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4222 class OpenSearchServiceDataSourceConfig < Struct.new( :endpoint, :aws_region) SENSITIVE = [] include Aws::Structure end  |