Class: Aws::B2bi::Types::InboundEdiOptions

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

Overview

Contains options for processing inbound EDI files. These options allow for customizing how incoming EDI documents are processed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#x12Types::X12InboundEdiOptions

A structure that contains X12-specific options for processing inbound X12 EDI files.



1304
1305
1306
1307
1308
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1304

class InboundEdiOptions < Struct.new(
  :x12)
  SENSITIVE = []
  include Aws::Structure
end