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

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

#mapped_file_contentString

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



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

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