Class: Aws::B2bi::Types::TestMappingResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mapped_file_contentString

Returns a string for the mapping that can be used to identify the mapping. Similar to a fingerprint

Returns:

  • (String)


1481
1482
1483
1484
1485
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1481

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