Class: Aws::AppSync::Types::HandlerConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppSync::Types::HandlerConfig
 
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
The configuration for a handler.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #behavior  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The behavior for the handler. 
- 
  
    
      #integration  ⇒ Types::Integration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The integration data source configuration for the handler. 
Instance Attribute Details
#behavior ⇒ String
The behavior for the handler.
| 3514 3515 3516 3517 3518 3519 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3514 class HandlerConfig < Struct.new( :behavior, :integration) SENSITIVE = [] include Aws::Structure end | 
#integration ⇒ Types::Integration
The integration data source configuration for the handler.
| 3514 3515 3516 3517 3518 3519 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3514 class HandlerConfig < Struct.new( :behavior, :integration) SENSITIVE = [] include Aws::Structure end |