Class: Aws::Glue::Types::GetSchemaByDefinitionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSchemaByDefinitionInput
- 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 definition of the schema for which schema details are required.
-
#schema_id ⇒ Types::SchemaId
This is a wrapper structure to contain schema identity fields.
Instance Attribute Details
#schema_definition ⇒ String
The definition of the schema for which schema details are required.
13504 13505 13506 13507 13508 13509 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13504 class GetSchemaByDefinitionInput < 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. One of
SchemaArn
orSchemaName
has to be provided.SchemaId$SchemaName: The name of the schema. One of
SchemaArn
orSchemaName
has to be provided.
13504 13505 13506 13507 13508 13509 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13504 class GetSchemaByDefinitionInput < Struct.new( :schema_id, :schema_definition) SENSITIVE = [] include Aws::Structure end |