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)


1477
1478
1479
1480
1481
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1477

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