Class: Aws::B2bi::Types::TestMappingRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_formatString

Specifies that the currently supported file formats for EDI transformations are JSON and XML.

Returns:

  • (String)


1989
1990
1991
1992
1993
1994
1995
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1989

class TestMappingRequest < Struct.new(
  :input_file_content,
  :mapping_template,
  :file_format)
  SENSITIVE = []
  include Aws::Structure
end

#input_file_contentString

Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.

Returns:

  • (String)


1989
1990
1991
1992
1993
1994
1995
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1989

class TestMappingRequest < Struct.new(
  :input_file_content,
  :mapping_template,
  :file_format)
  SENSITIVE = []
  include Aws::Structure
end

#mapping_templateString

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

This parameter is available for backwards compatibility. Use the Mapping data type instead.

Returns:

  • (String)


1989
1990
1991
1992
1993
1994
1995
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1989

class TestMappingRequest < Struct.new(
  :input_file_content,
  :mapping_template,
  :file_format)
  SENSITIVE = []
  include Aws::Structure
end