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.
12050 12051 12052 12053 12054 |
# File 'lib/aws-sdk-glue/types.rb', line 12050 class GetSchemaVersionsDiffResponse < Struct.new( :diff) SENSITIVE = [] include Aws::Structure end |