Class: Aws::B2bi::Types::GetTransformerRequest

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.



1202
1203
1204
1205
1206
# File 'lib/aws-sdk-b2bi/types.rb', line 1202

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