Class: Aws::Glue::Types::DeleteSchemaInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteSchemaInput
 
- 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 that may contain the schema name and Amazon Resource Name (ARN). 
Instance Attribute Details
#schema_id ⇒ Types::SchemaId
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
| 8910 8911 8912 8913 8914 | # File 'lib/aws-sdk-glue/types.rb', line 8910 class DeleteSchemaInput < Struct.new( :schema_id) SENSITIVE = [] include Aws::Structure end |