Class: Aws::Glue::Types::GetRegistryResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetRegistryResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #created_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time the registry was created. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the registry. 
- 
  
    
      #registry_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the registry. 
- 
  
    
      #registry_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the registry. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the registry. 
- 
  
    
      #updated_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time the registry was updated. 
Instance Attribute Details
#created_time ⇒ String
The date and time the registry was created.
| 13405 13406 13407 13408 13409 13410 13411 13412 13413 13414 | # File 'lib/aws-sdk-glue/types.rb', line 13405 class GetRegistryResponse < Struct.new( :registry_name, :registry_arn, :description, :status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
A description of the registry.
| 13405 13406 13407 13408 13409 13410 13411 13412 13413 13414 | # File 'lib/aws-sdk-glue/types.rb', line 13405 class GetRegistryResponse < Struct.new( :registry_name, :registry_arn, :description, :status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the registry.
| 13405 13406 13407 13408 13409 13410 13411 13412 13413 13414 | # File 'lib/aws-sdk-glue/types.rb', line 13405 class GetRegistryResponse < Struct.new( :registry_name, :registry_arn, :description, :status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#registry_name ⇒ String
The name of the registry.
| 13405 13406 13407 13408 13409 13410 13411 13412 13413 13414 | # File 'lib/aws-sdk-glue/types.rb', line 13405 class GetRegistryResponse < Struct.new( :registry_name, :registry_arn, :description, :status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the registry.
| 13405 13406 13407 13408 13409 13410 13411 13412 13413 13414 | # File 'lib/aws-sdk-glue/types.rb', line 13405 class GetRegistryResponse < Struct.new( :registry_name, :registry_arn, :description, :status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#updated_time ⇒ String
The date and time the registry was updated.
| 13405 13406 13407 13408 13409 13410 13411 13412 13413 13414 | # File 'lib/aws-sdk-glue/types.rb', line 13405 class GetRegistryResponse < Struct.new( :registry_name, :registry_arn, :description, :status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |