Class: Aws::B2bi::Types::ConversionTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ConversionTarget
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Provide a sample of what the output of the transformation should look like.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_format ⇒ String
Currently, only X12 format is supported.
-
#format_details ⇒ Types::ConversionTargetFormatDetails
A structure that contains the formatting details for the conversion target.
-
#output_sample_file ⇒ Types::OutputSampleFileSource
Customer uses this to provide a sample on what should file look like after conversion X12 EDI use case around this would be discovering the file syntax.
Instance Attribute Details
#file_format ⇒ String
Currently, only X12 format is supported.
158 159 160 161 162 163 164 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 158 class ConversionTarget < Struct.new( :file_format, :format_details, :output_sample_file) SENSITIVE = [] include Aws::Structure end |
#format_details ⇒ Types::ConversionTargetFormatDetails
A structure that contains the formatting details for the conversion target.
158 159 160 161 162 163 164 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 158 class ConversionTarget < Struct.new( :file_format, :format_details, :output_sample_file) SENSITIVE = [] include Aws::Structure end |
#output_sample_file ⇒ Types::OutputSampleFileSource
Customer uses this to provide a sample on what should file look like after conversion X12 EDI use case around this would be discovering the file syntax
158 159 160 161 162 163 164 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 158 class ConversionTarget < Struct.new( :file_format, :format_details, :output_sample_file) SENSITIVE = [] include Aws::Structure end |