Class: Aws::Glue::Types::SchemaReference

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

Overview

An object that references a schema stored in the Glue Schema Registry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_idTypes::SchemaId

A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.

Returns:



18864
18865
18866
18867
18868
18869
18870
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18864

class SchemaReference < Struct.new(
  :schema_id,
  :schema_version_id,
  :schema_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#schema_version_idString

The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.

Returns:

  • (String)


18864
18865
18866
18867
18868
18869
18870
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18864

class SchemaReference < Struct.new(
  :schema_id,
  :schema_version_id,
  :schema_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#schema_version_numberInteger

The version number of the schema.

Returns:

  • (Integer)


18864
18865
18866
18867
18868
18869
18870
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18864

class SchemaReference < Struct.new(
  :schema_id,
  :schema_version_id,
  :schema_version_number)
  SENSITIVE = []
  include Aws::Structure
end