Class: Aws::B2bi::Types::StartTransformerJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::StartTransformerJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transformer_job_id ⇒ String
Returns the unique, system-generated identifier for a transformer run.
Instance Attribute Details
#transformer_job_id ⇒ String
Returns the unique, system-generated identifier for a transformer run.
1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-b2bi/types.rb', line 1886 class StartTransformerJobResponse < Struct.new( :transformer_job_id) SENSITIVE = [] include Aws::Structure end |