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)


1521
1522
1523
1524
1525
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1521

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