Class: Aws::Glue::Types::DeleteRegistryInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteRegistryInput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #registry_id  ⇒ Types::RegistryId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN). 
Instance Attribute Details
#registry_id ⇒ Types::RegistryId
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
| 8853 8854 8855 8856 8857 | # File 'lib/aws-sdk-glue/types.rb', line 8853 class DeleteRegistryInput < Struct.new( :registry_id) SENSITIVE = [] include Aws::Structure end |