Class: Aws::B2bi::Types::GenerateMappingRequest

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

#input_file_contentString

Provide the contents of a sample X12 EDI file, either in JSON or XML format, to use as a starting point for the mapping.

Returns:

  • (String)


906
907
908
909
910
911
912
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 906

class GenerateMappingRequest < Struct.new(
  :input_file_content,
  :output_file_content,
  :mapping_type)
  SENSITIVE = []
  include Aws::Structure
end

#mapping_typeString

Specify the mapping type: either JSONATA or XSLT.

Returns:

  • (String)


906
907
908
909
910
911
912
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 906

class GenerateMappingRequest < Struct.new(
  :input_file_content,
  :output_file_content,
  :mapping_type)
  SENSITIVE = []
  include Aws::Structure
end

#output_file_contentString

Provide the contents of a sample X12 EDI file, either in JSON or XML format, to use as a target for the mapping.

Returns:

  • (String)


906
907
908
909
910
911
912
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 906

class GenerateMappingRequest < Struct.new(
  :input_file_content,
  :output_file_content,
  :mapping_type)
  SENSITIVE = []
  include Aws::Structure
end