Class: Aws::B2bi::Types::CreateStarterMappingTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::CreateStarterMappingTemplateRequest
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mapping_type ⇒ String
Specify the format for the mapping template: either JSONATA or XSLT.
-
#output_sample_location ⇒ Types::S3Location
Specify the location of the sample EDI file that is used to generate the mapping template.
-
#template_details ⇒ Types::TemplateDetails
Describes the details needed for generating the template.
Instance Attribute Details
#mapping_type ⇒ String
Specify the format for the mapping template: either JSONATA or XSLT.
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_location ⇒ Types::S3Location
Specify the location of the sample EDI file that is used to generate the mapping template.
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_details ⇒ Types::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 |