Class: Aws::B2bi::Types::AdvancedOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::AdvancedOptions
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
A structure that contains advanced options for EDI processing. Currently, only X12 advanced options are supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#x12 ⇒ Types::X12AdvancedOptions
A structure that contains X12-specific advanced options, such as split options for processing X12 EDI files.
Instance Attribute Details
#x12 ⇒ Types::X12AdvancedOptions
A structure that contains X12-specific advanced options, such as split options for processing X12 EDI files.
36 37 38 39 40 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 36 class AdvancedOptions < Struct.new( :x12) SENSITIVE = [] include Aws::Structure end |