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.
1136 1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-b2bi/types.rb', line 1136 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.
1136 1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-b2bi/types.rb', line 1136 class GetTransformerJobRequest < Struct.new( :transformer_job_id, :transformer_id) SENSITIVE = [] include Aws::Structure end |