Class: Aws::B2bi::Types::TestConversionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::TestConversionResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#converted_file_content ⇒ String
Returns the converted file content.
-
#validation_messages ⇒ Array<String>
Returns an array of strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.
Instance Attribute Details
#converted_file_content ⇒ String
Returns the converted file content.
1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1999 class TestConversionResponse < Struct.new( :converted_file_content, :validation_messages) SENSITIVE = [] include Aws::Structure end |
#validation_messages ⇒ Array<String>
Returns an array of strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.
1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1999 class TestConversionResponse < Struct.new( :converted_file_content, :validation_messages) SENSITIVE = [] include Aws::Structure end |