Class: Aws::B2bi::Types::TestParsingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::TestParsingResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parsed_file_content ⇒ String
Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.
Instance Attribute Details
#parsed_file_content ⇒ String
Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.
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 |