Class: Aws::Glue::Types::CreateRegistryResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CreateRegistryResponse
 
- 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_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the newly created registry. 
- 
  
    
      #registry_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the registry. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tags for the registry. 
Instance Attribute Details
#description ⇒ String
A description of the registry.
| 6474 6475 6476 6477 6478 6479 6480 6481 | # File 'lib/aws-sdk-glue/types.rb', line 6474 class CreateRegistryResponse < Struct.new( :registry_arn, :registry_name, :description, :tags) SENSITIVE = [] include Aws::Structure end | 
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created registry.
| 6474 6475 6476 6477 6478 6479 6480 6481 | # File 'lib/aws-sdk-glue/types.rb', line 6474 class CreateRegistryResponse < Struct.new( :registry_arn, :registry_name, :description, :tags) SENSITIVE = [] include Aws::Structure end | 
#registry_name ⇒ String
The name of the registry.
| 6474 6475 6476 6477 6478 6479 6480 6481 | # File 'lib/aws-sdk-glue/types.rb', line 6474 class CreateRegistryResponse < Struct.new( :registry_arn, :registry_name, :description, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Hash<String,String>
The tags for the registry.
| 6474 6475 6476 6477 6478 6479 6480 6481 | # File 'lib/aws-sdk-glue/types.rb', line 6474 class CreateRegistryResponse < Struct.new( :registry_arn, :registry_name, :description, :tags) SENSITIVE = [] include Aws::Structure end |