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
show all
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

Instance Attribute Details

#data_source_name ⇒ String

The name of the DataSource.

Returns:

  • (String) —

    The name of the DataSource.

#description ⇒ String

The Function description.

Returns:

  • (String) —

    The Function description.

#function_arn ⇒ String

The ARN of the Function object.

Returns:

  • (String) —

    The ARN of the Function object.

#function_id ⇒ String

A unique ID representing the Function object.

Returns:

  • (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.

Returns:

  • (String) —

    The version of the request mapping template.

#name ⇒ String

The name of the Function object.

Returns:

  • (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.

Returns:

  • (String) —

    The Function request mapping template.

#response_mapping_template ⇒ String

The Function response mapping template.

Returns:

  • (String) —

    The Function response mapping template.