Class: Aws::B2bi::Types::GenerateMappingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::GenerateMappingResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mapping_accuracy ⇒ Float
Returns a percentage that estimates the accuracy of the generated mapping.
-
#mapping_template ⇒ String
Returns a mapping template based on your inputs.
Instance Attribute Details
#mapping_accuracy ⇒ Float
Returns a percentage that estimates the accuracy of the generated mapping.
904 905 906 907 908 909 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 904 class GenerateMappingResponse < Struct.new( :mapping_template, :mapping_accuracy) SENSITIVE = [] include Aws::Structure end |
#mapping_template ⇒ String
Returns a mapping template based on your inputs.
904 905 906 907 908 909 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 904 class GenerateMappingResponse < Struct.new( :mapping_template, :mapping_accuracy) SENSITIVE = [] include Aws::Structure end |