Class: Aws::Glue::Types::GetSchemaByDefinitionInput

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_definitionString

The definition of the schema for which schema details are required.

Returns:

  • (String)


9913
9914
9915
9916
9917
9918
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9913

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

#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. One of SchemaArn or SchemaName has to be provided.

  • SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to be provided.

Returns:



9913
9914
9915
9916
9917
9918
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9913

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