Class: Aws::Glue::Types::GetSchemaInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_idTypes::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.

Returns:



11152
11153
11154
11155
11156
# File 'lib/aws-sdk-glue/types.rb', line 11152

class GetSchemaInput < Struct.new(
  :schema_id)
  SENSITIVE = []
  include Aws::Structure
end