Module: Aws::B2bi::Client::_CreateTransformerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateTransformerResponse]
- 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
- #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
199 |
# File 'sig/client.rbs', line 199
def created_at: () -> ::Time
|
#file_format ⇒ "XML", ...
200 |
# File 'sig/client.rbs', line 200
def file_format: () -> ("XML" | "JSON" | "NOT_USED")
|
#input_conversion ⇒ Types::InputConversion
204 |
# File 'sig/client.rbs', line 204
def input_conversion: () -> Types::InputConversion
|
#mapping_template ⇒ ::String
201 |
# File 'sig/client.rbs', line 201
def mapping_template: () -> ::String
|
#name ⇒ ::String
197 |
# File 'sig/client.rbs', line 197
def name: () -> ::String
|
#output_conversion ⇒ Types::OutputConversion
206 |
# File 'sig/client.rbs', line 206
def output_conversion: () -> Types::OutputConversion
|
#sample_document ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def sample_document: () -> ::String
|
#sample_documents ⇒ Types::SampleDocuments
207 |
# File 'sig/client.rbs', line 207
def sample_documents: () -> Types::SampleDocuments
|
#status ⇒ "active", "inactive"
198 |
# File 'sig/client.rbs', line 198
def status: () -> ("active" | "inactive")
|
#transformer_arn ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def transformer_arn: () -> ::String
|
#transformer_id ⇒ ::String
195 |
# File 'sig/client.rbs', line 195
def transformer_id: () -> ::String
|