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

#advanced_optionsTypes::AdvancedOptions

A structure that contains advanced options for EDI processing. Currently, only X12 advanced options are supported.



185
186
187
188
189
190
191
192
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 185

class ConversionTarget < Struct.new(
  :file_format,
  :format_details,
  :output_sample_file,
  :advanced_options)
  SENSITIVE = []
  include Aws::Structure
end

#file_formatString

Currently, only X12 format is supported.

Returns:

  • (String)


185
186
187
188
189
190
191
192
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 185

class ConversionTarget < Struct.new(
  :file_format,
  :format_details,
  :output_sample_file,
  :advanced_options)
  SENSITIVE = []
  include Aws::Structure
end

#format_detailsTypes::ConversionTargetFormatDetails

A structure that contains the formatting details for the conversion target.



185
186
187
188
189
190
191
192
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 185

class ConversionTarget < Struct.new(
  :file_format,
  :format_details,
  :output_sample_file,
  :advanced_options)
  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



185
186
187
188
189
190
191
192
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 185

class ConversionTarget < Struct.new(
  :file_format,
  :format_details,
  :output_sample_file,
  :advanced_options)
  SENSITIVE = []
  include Aws::Structure
end