Class: Aws::B2bi::Types::TestParsingResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parsed_file_contentString

Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.

Returns:

  • (String)


2087
2088
2089
2090
2091
# File 'lib/aws-sdk-b2bi/types.rb', line 2087

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