Class: Aws::B2bi::Types::GetTransformerJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::GetTransformerJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transformer_id ⇒ String
Specifies the system-assigned unique identifier for the transformer.
-
#transformer_job_id ⇒ String
Specifies the unique, system-generated identifier for a transformer run.
Instance Attribute Details
#transformer_id ⇒ String
Specifies the system-assigned unique identifier for the transformer.
1163 1164 1165 1166 1167 1168 |
# File 'lib/aws-sdk-b2bi/types.rb', line 1163 class GetTransformerJobRequest < Struct.new( :transformer_job_id, :transformer_id) SENSITIVE = [] include Aws::Structure end |
#transformer_job_id ⇒ String
Specifies the unique, system-generated identifier for a transformer run.
1163 1164 1165 1166 1167 1168 |
# File 'lib/aws-sdk-b2bi/types.rb', line 1163 class GetTransformerJobRequest < Struct.new( :transformer_job_id, :transformer_id) SENSITIVE = [] include Aws::Structure end |