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.

Returns:

  • (String)


1175
1176
1177
1178
1179
# File 'lib/aws-sdk-b2bi/types.rb', line 1175

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