Class: Aws::B2bi::Types::GenerateMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::GenerateMappingRequest
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_file_content ⇒ String
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.
-
#mapping_type ⇒ String
Specify the mapping type: either
JSONATA
orXSLT.
. -
#output_file_content ⇒ String
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.
Instance Attribute Details
#input_file_content ⇒ String
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.
885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-b2bi/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_type ⇒ String
Specify the mapping type: either JSONATA
or XSLT.
885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-b2bi/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_content ⇒ String
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.
885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-b2bi/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 |