Class: Aws::B2bi::Types::ConversionTarget

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_formatString

Currently, only X12 format is supported.

Returns:

  • (String)


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_detailsTypes::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_fileTypes::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