You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppSync::Types::FunctionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::FunctionConfiguration
- Defined in:
- (unknown)
Overview
A function is a reusable entity. Multiple functions can be used to compose the resolver logic.
Returned by:
Instance Attribute Summary collapse
-
#data_source_name ⇒ String
The name of the
DataSource
. -
#description ⇒ String
The
Function
description. -
#function_arn ⇒ String
The ARN of the
Function
object. -
#function_id ⇒ String
A unique ID representing the
Function
object. -
#function_version ⇒ String
The version of the request mapping template.
-
#name ⇒ String
The name of the
Function
object. -
#request_mapping_template ⇒ String
The
Function
request mapping template. -
#response_mapping_template ⇒ String
The
Function
response mapping template.
Instance Attribute Details
#data_source_name ⇒ String
The name of the DataSource
.
#description ⇒ String
The Function
description.
#function_arn ⇒ String
The ARN of the Function
object.
#function_id ⇒ String
A unique ID representing the Function
object.
#function_version ⇒ String
The version of the request mapping template. Currently only the 2018-05-29 version of the template is supported.
#name ⇒ String
The name of the Function
object.
#request_mapping_template ⇒ String
The Function
request mapping template. Functions support only the
2018-05-29 version of the request mapping template.
#response_mapping_template ⇒ String
The Function
response mapping template.