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

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)


893
894
895
896
897
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 893

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