Class: Aws::B2bi::Types::TestParsingRequest

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

#edi_typeTypes::EdiType

Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.

Returns:



1502
1503
1504
1505
1506
1507
1508
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1502

class TestParsingRequest < Struct.new(
  :input_file,
  :file_format,
  :edi_type)
  SENSITIVE = []
  include Aws::Structure
end

#file_formatString

Specifies that the currently supported file formats for EDI transformations are JSON and XML.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1502

class TestParsingRequest < Struct.new(
  :input_file,
  :file_format,
  :edi_type)
  SENSITIVE = []
  include Aws::Structure
end

#input_fileTypes::S3Location

Specifies an S3Location object, which contains the Amazon S3 bucket and prefix for the location of the input file.

Returns:



1502
1503
1504
1505
1506
1507
1508
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1502

class TestParsingRequest < Struct.new(
  :input_file,
  :file_format,
  :edi_type)
  SENSITIVE = []
  include Aws::Structure
end