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)


548
549
550
551
552
553
554
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 548

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:



548
549
550
551
552
553
554
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 548

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.



548
549
550
551
552
553
554
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 548

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