Class: Aws::Types::GetRegistryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRegistryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#status ⇒ "AVAILABLE", "DELETING"
Returns the value of attribute status.
-
#updated_time ⇒ ::String
Returns the value of attribute updated_time.
Instance Attribute Details
#created_time ⇒ ::String
Returns the value of attribute created_time.
3971 3972 3973 |
# File 'sig/types.rbs', line 3971 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
3969 3970 3971 |
# File 'sig/types.rbs', line 3969 def description @description end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
3968 3969 3970 |
# File 'sig/types.rbs', line 3968 def registry_arn @registry_arn end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
3967 3968 3969 |
# File 'sig/types.rbs', line 3967 def registry_name @registry_name end |
#status ⇒ "AVAILABLE", "DELETING"
Returns the value of attribute status.
3970 3971 3972 |
# File 'sig/types.rbs', line 3970 def status @status end |
#updated_time ⇒ ::String
Returns the value of attribute updated_time.
3972 3973 3974 |
# File 'sig/types.rbs', line 3972 def updated_time @updated_time end |