Class: Aws::Glue::Types::SchemaId

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

Overview

The unique ID of the schema in the Glue schema registry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_nameString

The name of the schema registry that contains the schema.

Returns:

  • (String)


18794
18795
18796
18797
18798
18799
18800
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18794

class SchemaId < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.

Returns:

  • (String)


18794
18795
18796
18797
18798
18799
18800
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18794

class SchemaId < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema. One of SchemaArn or SchemaName has to be provided.

Returns:

  • (String)


18794
18795
18796
18797
18798
18799
18800
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18794

class SchemaId < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end