Class: Aws::Glue::Types::GetSchemaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSchemaInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_id ⇒ Types::SchemaId
This is a wrapper structure to contain schema identity fields.
Instance Attribute Details
#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` or `SchemaName` and `RegistryName` has to be provided.
-
SchemaId$SchemaName: The name of the schema. Either ‘SchemaArn` or `SchemaName` and `RegistryName` has to be provided.
11853 11854 11855 11856 11857 |
# File 'lib/aws-sdk-glue/types.rb', line 11853 class GetSchemaInput < Struct.new( :schema_id) SENSITIVE = [] include Aws::Structure end |