Class: Aws::Glue::Types::CheckSchemaVersionValidityInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CheckSchemaVersionValidityInput
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_format ⇒ String
The data format of the schema definition.
-
#schema_definition ⇒ String
The definition of the schema that has to be validated.
Instance Attribute Details
#data_format ⇒ String
The data format of the schema definition. Currently AVRO
, JSON
and PROTOBUF
are supported.
2412 2413 2414 2415 2416 2417 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2412 class CheckSchemaVersionValidityInput < Struct.new( :data_format, :schema_definition) SENSITIVE = [] include Aws::Structure end |
#schema_definition ⇒ String
The definition of the schema that has to be validated.
2412 2413 2414 2415 2416 2417 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2412 class CheckSchemaVersionValidityInput < Struct.new( :data_format, :schema_definition) SENSITIVE = [] include Aws::Structure end |