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, either in JSON or XML format, 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, either in JSON or XML format, to use as a target for the mapping.
Instance Attribute Details
#input_file_content ⇒ String
Provide the contents of a sample X12 EDI file, either in JSON or XML format, to use as a starting point for the mapping.
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_type ⇒ String
Specify the mapping type: either JSONATA
or XSLT.
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_content ⇒ String
Provide the contents of a sample X12 EDI file, either in JSON or XML format, to use as a target for the mapping.
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 |