Class: Aws::Glue::Types::CheckSchemaVersionValidityInput

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

#data_formatString

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

Returns:

  • (String)


2092
2093
2094
2095
2096
2097
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2092

class CheckSchemaVersionValidityInput < Struct.new(
  :data_format,
  :schema_definition)
  SENSITIVE = []
  include Aws::Structure
end

#schema_definitionString

The definition of the schema that has to be validated.

Returns:

  • (String)


2092
2093
2094
2095
2096
2097
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2092

class CheckSchemaVersionValidityInput < Struct.new(
  :data_format,
  :schema_definition)
  SENSITIVE = []
  include Aws::Structure
end