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)


2047
2048
2049
2050
2051
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2047

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