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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



11132
11133
11134
11135
11136
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11132

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