Class: Aws::AppSync::Types::PipelineConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::PipelineConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
The pipeline configuration for a resolver of kind ‘PIPELINE`.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #functions  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of ‘Function` objects.
 
Instance Attribute Details
#functions ⇒ Array<String>
A list of ‘Function` objects.
      4237 4238 4239 4240 4241  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4237 class PipelineConfig < Struct.new( :functions) SENSITIVE = [] include Aws::Structure end  |