Class: Aws::B2bi::Types::UpdateTransformerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-b2bi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Returns a timestamp for creation date and time of the transformer.

Returns:

  • (Time)


2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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_typeTypes::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.

Returns:



2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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_formatString

Returns that the currently supported file formats for EDI transformations are ‘JSON` and `XML`.

Returns:

  • (String)


2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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_conversionTypes::InputConversion

Returns the ‘InputConversion` object, which contains the format options for the inbound transformation.



2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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

#mappingTypes::Mapping

Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).

Returns:



2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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_templateString

Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.

Returns:

  • (String)


2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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_atTime

Returns a timestamp for last time the transformer was modified.

Returns:

  • (Time)


2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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

#nameString

Returns the name of the transformer.

Returns:

  • (String)


2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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_conversionTypes::OutputConversion

Returns the ‘OutputConversion` object, which contains the format options for the outbound transformation.



2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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_documentString

Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.

Returns:

  • (String)


2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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_documentsTypes::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.



2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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

#statusString

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`.

Returns:

  • (String)


2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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_arnString

Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

Returns:

  • (String)


2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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_idString

Returns the system-assigned unique identifier for the transformer.

Returns:

  • (String)


2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
# File 'lib/aws-sdk-b2bi/types.rb', line 2737

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