Class: Aws::B2bi::Types::GenerateMappingResponse

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_accuracyFloat

Returns a percentage that estimates the accuracy of the generated mapping.

Returns:

  • (Float)


904
905
906
907
908
909
# File 'lib/aws-sdk-b2bi/types.rb', line 904

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

#mapping_templateString

Returns a mapping template based on your inputs.

Returns:

  • (String)


904
905
906
907
908
909
# File 'lib/aws-sdk-b2bi/types.rb', line 904

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