Class: Aws::AppSync::Types::PipelineConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#functionsArray<String>

A list of Function objects.

Returns:

  • (Array<String>)


4237
4238
4239
4240
4241
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4237

class PipelineConfig < Struct.new(
  :functions)
  SENSITIVE = []
  include Aws::Structure
end