Class: Aws::B2bi::Types::StartTransformerJobRequest

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

#client_tokenString

Reserved for future use.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1378

class StartTransformerJobRequest < Struct.new(
  :input_file,
  :output_location,
  :transformer_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#input_fileTypes::S3Location

Specifies the location of the input file for the transformation. The location consists of an Amazon S3 bucket and prefix.

Returns:



1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1378

class StartTransformerJobRequest < Struct.new(
  :input_file,
  :output_location,
  :transformer_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#output_locationTypes::S3Location

Specifies the location of the output file for the transformation. The location consists of an Amazon S3 bucket and prefix.

Returns:



1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1378

class StartTransformerJobRequest < Struct.new(
  :input_file,
  :output_location,
  :transformer_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#transformer_idString

Specifies the system-assigned unique identifier for the transformer.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
1384
1385
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1378

class StartTransformerJobRequest < Struct.new(
  :input_file,
  :output_location,
  :transformer_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end