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:



19441
19442
19443
19444
19445
19446
19447
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19441

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)


19441
19442
19443
19444
19445
19446
19447
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19441

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)


19441
19442
19443
19444
19445
19446
19447
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19441

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