Class: Aws::Glue::Types::GetSchemaVersionsDiffResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#diffString

The difference between schemas as a string in JsonPatch format.

Returns:

  • (String)


14427
14428
14429
14430
14431
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14427

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