Class: Aws::B2bi::Types::X12AdvancedOptions

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

Overview

Contains advanced options specific to X12 EDI processing, such as splitting large X12 files into smaller units.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#split_optionsTypes::X12SplitOptions

Specifies options for splitting X12 EDI files. These options control how large X12 files are divided into smaller, more manageable units.



2866
2867
2868
2869
2870
2871
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2866

class X12AdvancedOptions < Struct.new(
  :split_options,
  :validation_options)
  SENSITIVE = []
  include Aws::Structure
end

#validation_optionsTypes::X12ValidationOptions

Specifies validation options for X12 EDI processing. These options control how validation rules are applied during EDI document processing, including custom validation rules for element length constraints, code list validations, and element requirement checks.



2866
2867
2868
2869
2870
2871
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2866

class X12AdvancedOptions < Struct.new(
  :split_options,
  :validation_options)
  SENSITIVE = []
  include Aws::Structure
end