Class: Aws::B2bi::Types::InputConversion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Contains the input formatting options for an inbound transformer (takes an X12-formatted EDI document as input and converts it to JSON or XML.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_optionsTypes::AdvancedOptions

Specifies advanced options for the input conversion process. These options provide additional control over how EDI files are processed during transformation.



1332
1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1332

class InputConversion < Struct.new(
  :from_format,
  :format_options,
  :advanced_options)
  SENSITIVE = []
  include Aws::Structure
end

#format_optionsTypes::FormatOptions

A structure that contains the formatting options for an inbound transformer.



1332
1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1332

class InputConversion < Struct.new(
  :from_format,
  :format_options,
  :advanced_options)
  SENSITIVE = []
  include Aws::Structure
end

#from_formatString

The format for the transformer input: currently on X12 is supported.

Returns:

  • (String)


1332
1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1332

class InputConversion < Struct.new(
  :from_format,
  :format_options,
  :advanced_options)
  SENSITIVE = []
  include Aws::Structure
end