Class: Aws::B2bi::Types::ConversionSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Describes the input for an outbound transformation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_formatString

The format for the input file: either JSON or XML.

Returns:

  • (String)


131
132
133
134
135
136
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 131

class ConversionSource < Struct.new(
  :file_format,
  :input_file)
  SENSITIVE = []
  include Aws::Structure
end

#input_fileTypes::InputFileSource

File to be converted



131
132
133
134
135
136
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 131

class ConversionSource < Struct.new(
  :file_format,
  :input_file)
  SENSITIVE = []
  include Aws::Structure
end