Class: Aws::Glue::Types::GetSchemaVersionsDiffResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSchemaVersionsDiffResponse
- Defined in:
- gems/aws-sdk-glue/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.
11222 11223 11224 11225 11226 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11222 class GetSchemaVersionsDiffResponse < Struct.new( :diff) SENSITIVE = [] include Aws::Structure end |