Class: Aws::B2bi::Types::StartTransformerJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transformer_job_idString

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

Returns:

  • (String)


1391
1392
1393
1394
1395
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1391

class StartTransformerJobResponse < Struct.new(
  :transformer_job_id)
  SENSITIVE = []
  include Aws::Structure
end