Class: Aws::B2bi::Types::CreateStarterMappingTemplateResponse

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

#mapping_templateString

Returns a string that represents the mapping template.

Returns:

  • (String)


540
541
542
543
544
# File 'lib/aws-sdk-b2bi/types.rb', line 540

class CreateStarterMappingTemplateResponse < Struct.new(
  :mapping_template)
  SENSITIVE = []
  include Aws::Structure
end