Class: Aws::Glue::Types::RegisterSchemaVersionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RegisterSchemaVersionInput
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_definition ⇒ String
The schema definition using the
DataFormat
setting for theSchemaName
. -
#schema_id ⇒ Types::SchemaId
This is a wrapper structure to contain schema identity fields.
Instance Attribute Details
#schema_definition ⇒ String
The schema definition using the DataFormat
setting for the
SchemaName
.
15405 15406 15407 15408 15409 15410 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15405 class RegisterSchemaVersionInput < Struct.new( :schema_id, :schema_definition) SENSITIVE = [] include Aws::Structure end |
#schema_id ⇒ Types::SchemaId
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either
SchemaArn
orSchemaName
andRegistryName
has to be provided.SchemaId$SchemaName: The name of the schema. Either
SchemaArn
orSchemaName
andRegistryName
has to be provided.
15405 15406 15407 15408 15409 15410 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15405 class RegisterSchemaVersionInput < Struct.new( :schema_id, :schema_definition) SENSITIVE = [] include Aws::Structure end |