Class: Aws::AppSync::Types::PipelineConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::PipelineConfig
- Defined in:
- gems/aws-sdk-appsync/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.
4240 4241 4242 4243 4244 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4240 class PipelineConfig < Struct.new( :functions) SENSITIVE = [] include Aws::Structure end |