Class: Aws::Glue::Types::UpdateRegistryResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::UpdateRegistryResponse
 
- 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 updated registry. 
- 
  
    
      #registry_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the updated registry. 
Instance Attribute Details
#registry_arn ⇒ String
The Amazon Resource name (ARN) of the updated registry.
| 27323 27324 27325 27326 27327 27328 | # File 'lib/aws-sdk-glue/types.rb', line 27323 class UpdateRegistryResponse < Struct.new( :registry_name, :registry_arn) SENSITIVE = [] include Aws::Structure end | 
#registry_name ⇒ String
The name of the updated registry.
| 27323 27324 27325 27326 27327 27328 | # File 'lib/aws-sdk-glue/types.rb', line 27323 class UpdateRegistryResponse < Struct.new( :registry_name, :registry_arn) SENSITIVE = [] include Aws::Structure end |