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

#format_optionsTypes::FormatOptions

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



1289
1290
1291
1292
1293
1294
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1289

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

#from_formatString

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

Returns:

  • (String)


1289
1290
1291
1292
1293
1294
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1289

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