Class: Aws::Glue::Types::SchemaId
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SchemaId
- Includes:
- Structure
- Defined in:
- 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
-
#registry_name ⇒ String
The name of the schema registry that contains the schema.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
-
#schema_name ⇒ String
The name of the schema.
Instance Attribute Details
#registry_name ⇒ String
The name of the schema registry that contains the schema.
20274 20275 20276 20277 20278 20279 20280 |
# File 'lib/aws-sdk-glue/types.rb', line 20274 class SchemaId < Struct.new( :schema_arn, :schema_name, :registry_name) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema. One of ‘SchemaArn` or `SchemaName` has to be provided.
20274 20275 20276 20277 20278 20279 20280 |
# File 'lib/aws-sdk-glue/types.rb', line 20274 class SchemaId < Struct.new( :schema_arn, :schema_name, :registry_name) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema. One of ‘SchemaArn` or `SchemaName` has to be provided.
20274 20275 20276 20277 20278 20279 20280 |
# File 'lib/aws-sdk-glue/types.rb', line 20274 class SchemaId < Struct.new( :schema_arn, :schema_name, :registry_name) SENSITIVE = [] include Aws::Structure end |