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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1870
1871
1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-b2bi/types.rb', line 1870

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:



1870
1871
1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-b2bi/types.rb', line 1870

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:



1870
1871
1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-b2bi/types.rb', line 1870

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)


1870
1871
1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-b2bi/types.rb', line 1870

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