Class: Aws::Glue::Types::DeleteRegistryResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteRegistryResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #registry_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the registry being deleted. 
- 
  
    
      #registry_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the registry being deleted. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the registry. 
Instance Attribute Details
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the registry being deleted.
| 8874 8875 8876 8877 8878 8879 8880 | # File 'lib/aws-sdk-glue/types.rb', line 8874 class DeleteRegistryResponse < Struct.new( :registry_name, :registry_arn, :status) SENSITIVE = [] include Aws::Structure end | 
#registry_name ⇒ String
The name of the registry being deleted.
| 8874 8875 8876 8877 8878 8879 8880 | # File 'lib/aws-sdk-glue/types.rb', line 8874 class DeleteRegistryResponse < Struct.new( :registry_name, :registry_arn, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the registry. A successful operation will return the ‘Deleting` status.
| 8874 8875 8876 8877 8878 8879 8880 | # File 'lib/aws-sdk-glue/types.rb', line 8874 class DeleteRegistryResponse < Struct.new( :registry_name, :registry_arn, :status) SENSITIVE = [] include Aws::Structure end |