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

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

#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 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2087

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