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_nameString

The name of the DataSource.

Returns:

  • (String)

    The name of the DataSource.

#descriptionString

The Function description.

Returns:

  • (String)

    The Function description.

#function_arnString

The ARN of the Function object.

Returns:

  • (String)

    The ARN of the Function object.

#function_idString

A unique ID representing the Function object.

Returns:

  • (String)

    A unique ID representing the Function object.

#function_versionString

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.

#nameString

The name of the Function object.

Returns:

  • (String)

    The name of the Function object.

#request_mapping_templateString

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_templateString

The Function response mapping template.

Returns:

  • (String)

    The Function response mapping template.