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.
| 13767 13768 13769 13770 13771 | # File 'lib/aws-sdk-glue/types.rb', line 13767 class GetSchemaVersionsDiffResponse < Struct.new( :diff) SENSITIVE = [] include Aws::Structure end |