Class: Aws::Glue::Types::RegistryListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RegistryListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure containing the details for a registry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ String
The data 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 the registry was updated.
Instance Attribute Details
#created_time ⇒ String
The data the registry was created.
18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 |
# File 'lib/aws-sdk-glue/types.rb', line 18845 class RegistryListItem < Struct.new( :registry_name, :registry_arn, :description, :status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the registry.
18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 |
# File 'lib/aws-sdk-glue/types.rb', line 18845 class RegistryListItem < 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.
18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 |
# File 'lib/aws-sdk-glue/types.rb', line 18845 class RegistryListItem < 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.
18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 |
# File 'lib/aws-sdk-glue/types.rb', line 18845 class RegistryListItem < Struct.new( :registry_name, :registry_arn, :description, :status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the registry.
18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 |
# File 'lib/aws-sdk-glue/types.rb', line 18845 class RegistryListItem < Struct.new( :registry_name, :registry_arn, :description, :status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |
#updated_time ⇒ String
The date the registry was updated.
18845 18846 18847 18848 18849 18850 18851 18852 18853 18854 |
# File 'lib/aws-sdk-glue/types.rb', line 18845 class RegistryListItem < Struct.new( :registry_name, :registry_arn, :description, :status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |