Class: Aws::Glue::Types::UpdateRegistryInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::UpdateRegistryInput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the registry. 
- 
  
    
      #registry_id  ⇒ Types::RegistryId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN). 
Instance Attribute Details
#description ⇒ String
A description of the registry. If description is not provided, this field will not be updated.
| 27306 27307 27308 27309 27310 27311 | # File 'lib/aws-sdk-glue/types.rb', line 27306 class UpdateRegistryInput < Struct.new( :registry_id, :description) SENSITIVE = [] include Aws::Structure end | 
#registry_id ⇒ Types::RegistryId
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
| 27306 27307 27308 27309 27310 27311 | # File 'lib/aws-sdk-glue/types.rb', line 27306 class UpdateRegistryInput < Struct.new( :registry_id, :description) SENSITIVE = [] include Aws::Structure end |