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>)


3699
3700
3701
3702
3703
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3699

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