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)


11349
11350
11351
11352
11353
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11349

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