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. 
| 13570 13571 13572 13573 13574 | # File 'lib/aws-sdk-glue/types.rb', line 13570 class GetSchemaInput < Struct.new( :schema_id) SENSITIVE = [] include Aws::Structure end |