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

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_idString

Specifies the system-assigned unique identifier for the transformer.

Returns:

  • (String)


854
855
856
857
858
859
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 854

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)


854
855
856
857
858
859
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 854

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