Class: Aws::B2bi::Types::StartTransformerJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::StartTransformerJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Reserved for future use.
-
#input_file ⇒ Types::S3Location
Specifies the location of the input file for the transformation.
-
#output_location ⇒ Types::S3Location
Specifies the location of the output file for the transformation.
-
#transformer_id ⇒ String
Specifies the system-assigned unique identifier for the transformer.
Instance Attribute Details
#client_token ⇒ String
Reserved for future use.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
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_file ⇒ Types::S3Location
Specifies the location of the input file for the transformation. The location consists of an Amazon S3 bucket and prefix.
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_location ⇒ Types::S3Location
Specifies the location of the output file for the transformation. The location consists of an Amazon S3 bucket and prefix.
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_id ⇒ String
Specifies the system-assigned unique identifier for the transformer.
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 |