Class: Aws::B2bi::Types::TestConversionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceTypes::ConversionSource

Specify the source file for an outbound EDI request.



2037
2038
2039
2040
2041
2042
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2037

class TestConversionRequest < Struct.new(
  :source,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::ConversionTarget

Specify the format (X12 is the only currently supported format), and other details for the conversion target.



2037
2038
2039
2040
2041
2042
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2037

class TestConversionRequest < Struct.new(
  :source,
  :target)
  SENSITIVE = []
  include Aws::Structure
end