Class: Aws::B2bi::Types::UpdateTransformerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::UpdateTransformerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
Returns a timestamp for creation date and time of the transformer.
-
#edi_type ⇒ Types::EdiType
Returns the details for the EDI standard that is being used for the transformer.
-
#file_format ⇒ String
Returns that the currently supported file formats for EDI transformations are ‘JSON` and `XML`.
-
#input_conversion ⇒ Types::InputConversion
Returns the ‘InputConversion` object, which contains the format options for the inbound transformation.
-
#mapping ⇒ Types::Mapping
Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).
-
#mapping_template ⇒ String
Returns the mapping template for the transformer.
-
#modified_at ⇒ Time
Returns a timestamp for last time the transformer was modified.
-
#name ⇒ String
Returns the name of the transformer.
-
#output_conversion ⇒ Types::OutputConversion
Returns the ‘OutputConversion` object, which contains the format options for the outbound transformation.
-
#sample_document ⇒ String
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
-
#sample_documents ⇒ Types::SampleDocuments
Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
-
#status ⇒ String
Returns the state of the newly created transformer.
-
#transformer_arn ⇒ String
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
-
#transformer_id ⇒ String
Returns the system-assigned unique identifier for the transformer.
Instance Attribute Details
#created_at ⇒ Time
Returns a timestamp for creation date and time of the transformer.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#edi_type ⇒ Types::EdiType
Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#file_format ⇒ String
Returns that the currently supported file formats for EDI transformations are ‘JSON` and `XML`.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#input_conversion ⇒ Types::InputConversion
Returns the ‘InputConversion` object, which contains the format options for the inbound transformation.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#mapping ⇒ Types::Mapping
Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#mapping_template ⇒ String
Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
Returns a timestamp for last time the transformer was modified.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Returns the name of the transformer.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#output_conversion ⇒ Types::OutputConversion
Returns the ‘OutputConversion` object, which contains the format options for the outbound transformation.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#sample_document ⇒ String
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#sample_documents ⇒ Types::SampleDocuments
Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Returns the state of the newly created transformer. The transformer can be either ‘active` or `inactive`. For the transformer to be used in a capability, its status must `active`.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#transformer_arn ⇒ String
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |
#transformer_id ⇒ String
Returns the system-assigned unique identifier for the transformer.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-b2bi/types.rb', line 2652 class UpdateTransformerResponse < Struct.new( :transformer_id, :transformer_arn, :name, :status, :created_at, :modified_at, :file_format, :mapping_template, :edi_type, :sample_document, :input_conversion, :mapping, :output_conversion, :sample_documents) SENSITIVE = [] include Aws::Structure end |