Module: Aws::B2bi::Client::_GetTransformerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTransformerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #edi_type ⇒ Types::EdiType
- #file_format ⇒ "XML", ...
- #input_conversion ⇒ Types::InputConversion
- #mapping ⇒ Types::Mapping
- #mapping_template ⇒ ::String
- #modified_at ⇒ ::Time
- #name ⇒ ::String
- #output_conversion ⇒ Types::OutputConversion
- #sample_document ⇒ ::String
- #sample_documents ⇒ Types::SampleDocuments
- #status ⇒ "active", "inactive"
- #transformer_arn ⇒ ::String
- #transformer_id ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
345 |
# File 'sig/client.rbs', line 345
def created_at: () -> ::Time
|
#file_format ⇒ "XML", ...
347 |
# File 'sig/client.rbs', line 347
def file_format: () -> ("XML" | "JSON" | "NOT_USED")
|
#input_conversion ⇒ Types::InputConversion
351 |
# File 'sig/client.rbs', line 351
def input_conversion: () -> Types::InputConversion
|
#mapping_template ⇒ ::String
348 |
# File 'sig/client.rbs', line 348
def mapping_template: () -> ::String
|
#modified_at ⇒ ::Time
346 |
# File 'sig/client.rbs', line 346
def modified_at: () -> ::Time
|
#name ⇒ ::String
343 |
# File 'sig/client.rbs', line 343
def name: () -> ::String
|
#output_conversion ⇒ Types::OutputConversion
353 |
# File 'sig/client.rbs', line 353
def output_conversion: () -> Types::OutputConversion
|
#sample_document ⇒ ::String
350 |
# File 'sig/client.rbs', line 350
def sample_document: () -> ::String
|
#sample_documents ⇒ Types::SampleDocuments
354 |
# File 'sig/client.rbs', line 354
def sample_documents: () -> Types::SampleDocuments
|
#status ⇒ "active", "inactive"
344 |
# File 'sig/client.rbs', line 344
def status: () -> ("active" | "inactive")
|
#transformer_arn ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def transformer_arn: () -> ::String
|
#transformer_id ⇒ ::String
341 |
# File 'sig/client.rbs', line 341
def transformer_id: () -> ::String
|