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, either in JSON or XML format, to use as a starting point for the mapping.

Returns:

  • (String)


912
913
914
915
916
917
918
# File 'lib/aws-sdk-b2bi/types.rb', line 912

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)


912
913
914
915
916
917
918
# File 'lib/aws-sdk-b2bi/types.rb', line 912

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)


912
913
914
915
916
917
918
# File 'lib/aws-sdk-b2bi/types.rb', line 912

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