Mapping — AWS SDK for Ruby V3 (original) (raw)

Class: Aws::B2bi::Types::Mapping

Inherits:

Struct

Defined in:

gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.

Constant Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

Instance Attribute Details

#template ⇒ String

A string that represents the mapping template, in the transformation language specified in templateLanguage.

1552 1553 1554 1555 1556 1557 # File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1552 class Mapping < Struct.new( :template_language, :template) SENSITIVE = [] include Aws::Structure end

#template_language ⇒ String

The transformation language for the template, either XSLT or JSONATA.

1552 1553 1554 1555 1556 1557 # File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1552 class Mapping < Struct.new( :template_language, :template) SENSITIVE = [] include Aws::Structure end