Class: Aws::B2bi::Types::GetTransformerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::GetTransformerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transformer_id ⇒ String
Specifies the system-assigned unique identifier for the transformer.
Instance Attribute Details
#transformer_id ⇒ String
Specifies the system-assigned unique identifier for the transformer.
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 |