Class: Aws::B2bi::Types::InputConversion
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::InputConversion
- 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
-
#format_options ⇒ Types::FormatOptions
A structure that contains the formatting options for an inbound transformer.
-
#from_format ⇒ String
The format for the transformer input: currently on
X12
is supported.
Instance Attribute Details
#format_options ⇒ Types::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_format ⇒ String
The format for the transformer input: currently on X12
is
supported.
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 |