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

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

Instance Attribute Details

#functionsArray<String>

A list of ‘Function` objects.

Returns:

  • (Array<String>)


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

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