Class: Aws::B2bi::Types::TestConversionResponse

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

#converted_file_contentString

Returns the converted file content.

Returns:

  • (String)


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_messagesArray<String>

Returns an array of strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.

Returns:

  • (Array<String>)


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