Class: Aws::B2bi::Types::X12OutboundEdiHeaders

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

Overview

A structure containing the details for an outbound EDI object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delimitersTypes::X12Delimiters

The delimiters, for example semicolon (;), that separates sections of the headers for the X12 object.



2895
2896
2897
2898
2899
2900
2901
2902
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2895

class X12OutboundEdiHeaders < Struct.new(
  :interchange_control_headers,
  :functional_group_headers,
  :delimiters,
  :validate_edi)
  SENSITIVE = []
  include Aws::Structure
end

#functional_group_headersTypes::X12FunctionalGroupHeaders

The functional group headers for the X12 object.



2895
2896
2897
2898
2899
2900
2901
2902
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2895

class X12OutboundEdiHeaders < Struct.new(
  :interchange_control_headers,
  :functional_group_headers,
  :delimiters,
  :validate_edi)
  SENSITIVE = []
  include Aws::Structure
end

#interchange_control_headersTypes::X12InterchangeControlHeaders

In X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header.



2895
2896
2897
2898
2899
2900
2901
2902
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2895

class X12OutboundEdiHeaders < Struct.new(
  :interchange_control_headers,
  :functional_group_headers,
  :delimiters,
  :validate_edi)
  SENSITIVE = []
  include Aws::Structure
end

#validate_ediBoolean

Specifies whether or not to validate the EDI for this X12 object: TRUE or FALSE.

Returns:

  • (Boolean)


2895
2896
2897
2898
2899
2900
2901
2902
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2895

class X12OutboundEdiHeaders < Struct.new(
  :interchange_control_headers,
  :functional_group_headers,
  :delimiters,
  :validate_edi)
  SENSITIVE = []
  include Aws::Structure
end