Class: Aws::Glue::Types::GetSchemaVersionsDiffResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSchemaVersionsDiffResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#diff ⇒ String
The difference between schemas as a string in JsonPatch format.
Instance Attribute Details
#diff ⇒ String
The difference between schemas as a string in JsonPatch format.
11891 11892 11893 11894 11895 |
# File 'lib/aws-sdk-glue/types.rb', line 11891 class GetSchemaVersionsDiffResponse < Struct.new( :diff) SENSITIVE = [] include Aws::Structure end |