Class: Aws::B2bi::Types::TestMappingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::TestMappingResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mapped_file_content ⇒ String
Returns a string for the mapping that can be used to identify the mapping.
Instance Attribute Details
#mapped_file_content ⇒ String
Returns a string for the mapping that can be used to identify the mapping. Similar to a fingerprint
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 |