Class: Aws::Glue::Types::DeleteSchemaResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteSchemaResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #schema_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the schema being deleted. 
- 
  
    
      #schema_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the schema being deleted. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the schema. 
Instance Attribute Details
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema being deleted.
| 8930 8931 8932 8933 8934 8935 8936 | # File 'lib/aws-sdk-glue/types.rb', line 8930 class DeleteSchemaResponse < Struct.new( :schema_arn, :schema_name, :status) SENSITIVE = [] include Aws::Structure end | 
#schema_name ⇒ String
The name of the schema being deleted.
| 8930 8931 8932 8933 8934 8935 8936 | # File 'lib/aws-sdk-glue/types.rb', line 8930 class DeleteSchemaResponse < Struct.new( :schema_arn, :schema_name, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the schema.
| 8930 8931 8932 8933 8934 8935 8936 | # File 'lib/aws-sdk-glue/types.rb', line 8930 class DeleteSchemaResponse < Struct.new( :schema_arn, :schema_name, :status) SENSITIVE = [] include Aws::Structure end |