Class: Aws::B2bi::Types::OutputConversion

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

Overview

Contains the formatting options for an outbound transformer (takes JSON or XML as input and converts it to an EDI document (currently only X12 format is supported).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#format_optionsTypes::FormatOptions

A structure that contains the X12 transaction set and version for the transformer output.



1642
1643
1644
1645
1646
1647
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1642

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

#to_formatString

The format for the output from an outbound transformer: only X12 is currently supported.

Returns:

  • (String)


1642
1643
1644
1645
1646
1647
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1642

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