Class: Aws::B2bi::Types::CreateStarterMappingTemplateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mapping_typeString

Specify the format for the mapping template: either JSONATA or XSLT.

Returns:

  • (String)


526
527
528
529
530
531
532
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 526

class CreateStarterMappingTemplateRequest < Struct.new(
  :output_sample_location,
  :mapping_type,
  :template_details)
  SENSITIVE = []
  include Aws::Structure
end

#output_sample_locationTypes::S3Location

Specify the location of the sample EDI file that is used to generate the mapping template.

Returns:



526
527
528
529
530
531
532
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 526

class CreateStarterMappingTemplateRequest < Struct.new(
  :output_sample_location,
  :mapping_type,
  :template_details)
  SENSITIVE = []
  include Aws::Structure
end

#template_detailsTypes::TemplateDetails

Describes the details needed for generating the template. Specify the X12 transaction set and version for which the template is used: currently, we only support X12.



526
527
528
529
530
531
532
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 526

class CreateStarterMappingTemplateRequest < Struct.new(
  :output_sample_location,
  :mapping_type,
  :template_details)
  SENSITIVE = []
  include Aws::Structure
end