Class: Aws::B2bi::Types::GetTransformerJobRequest

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

#transformer_idString

Specifies the system-assigned unique identifier for the transformer.

Returns:

  • (String)


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_idString

Specifies the unique, system-generated identifier for a transformer run.

Returns:

  • (String)


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