Class: Aws::B2bi::Types::ConversionSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ConversionSource
- 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
-
#file_format ⇒ String
The format for the input file: either JSON or XML.
-
#input_file ⇒ Types::InputFileSource
File to be converted.
Instance Attribute Details
#file_format ⇒ String
The format for the input file: either JSON or XML.
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_file ⇒ Types::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 |