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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 (for inbound EDI) or JSON/XML file (for outbound EDI) to use as a starting point for the mapping.

Returns:

  • (String)


885
886
887
888
889
890
891
# File 'lib/aws-sdk-b2bi/types.rb', line 885

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)


885
886
887
888
889
890
891
# File 'lib/aws-sdk-b2bi/types.rb', line 885

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 (for outbound EDI) or JSON/XML file (for inbound EDI) to use as a target for the mapping.

Returns:

  • (String)


885
886
887
888
889
890
891
# File 'lib/aws-sdk-b2bi/types.rb', line 885

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