Module: Aws::B2bi::Client::_UpdateTransformerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateTransformerResponse]
- 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
616 |
# File 'sig/client.rbs', line 616
def created_at: () -> ::Time
|
#file_format ⇒ "XML", ...
618 |
# File 'sig/client.rbs', line 618
def file_format: () -> ("XML" | "JSON" | "NOT_USED")
|
#input_conversion ⇒ Types::InputConversion
622 |
# File 'sig/client.rbs', line 622
def input_conversion: () -> Types::InputConversion
|
#mapping_template ⇒ ::String
619 |
# File 'sig/client.rbs', line 619
def mapping_template: () -> ::String
|
#modified_at ⇒ ::Time
617 |
# File 'sig/client.rbs', line 617
def modified_at: () -> ::Time
|
#name ⇒ ::String
614 |
# File 'sig/client.rbs', line 614
def name: () -> ::String
|
#output_conversion ⇒ Types::OutputConversion
624 |
# File 'sig/client.rbs', line 624
def output_conversion: () -> Types::OutputConversion
|
#sample_document ⇒ ::String
621 |
# File 'sig/client.rbs', line 621
def sample_document: () -> ::String
|
#sample_documents ⇒ Types::SampleDocuments
625 |
# File 'sig/client.rbs', line 625
def sample_documents: () -> Types::SampleDocuments
|
#status ⇒ "active", "inactive"
615 |
# File 'sig/client.rbs', line 615
def status: () -> ("active" | "inactive")
|
#transformer_arn ⇒ ::String
613 |
# File 'sig/client.rbs', line 613
def transformer_arn: () -> ::String
|
#transformer_id ⇒ ::String
612 |
# File 'sig/client.rbs', line 612
def transformer_id: () -> ::String
|