Class: Aws::B2bi::Types::CreateStarterMappingTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::CreateStarterMappingTemplateResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mapping_template ⇒ String
Returns a string that represents the mapping template.
Instance Attribute Details
#mapping_template ⇒ String
Returns a string that represents the mapping template.
540 541 542 543 544 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 540 class CreateStarterMappingTemplateResponse < Struct.new( :mapping_template) SENSITIVE = [] include Aws::Structure end |