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.
3952 3953 3954 |
# File 'sig/types.rbs', line 3952 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
3950 3951 3952 |
# File 'sig/types.rbs', line 3950 def description @description end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
3949 3950 3951 |
# File 'sig/types.rbs', line 3949 def registry_arn @registry_arn end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
3948 3949 3950 |
# File 'sig/types.rbs', line 3948 def registry_name @registry_name end |
#status ⇒ "AVAILABLE", "DELETING"
Returns the value of attribute status.
3951 3952 3953 |
# File 'sig/types.rbs', line 3951 def status @status end |
#updated_time ⇒ ::String
Returns the value of attribute updated_time.
3953 3954 3955 |
# File 'sig/types.rbs', line 3953 def updated_time @updated_time end |