Class: Aws::Types::RegistryListItem
- Inherits:
-
Object
- Object
- Aws::Types::RegistryListItem
- 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.
6261 6262 6263 |
# File 'sig/types.rbs', line 6261 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
6259 6260 6261 |
# File 'sig/types.rbs', line 6259 def description @description end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
6258 6259 6260 |
# File 'sig/types.rbs', line 6258 def registry_arn @registry_arn end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
6257 6258 6259 |
# File 'sig/types.rbs', line 6257 def registry_name @registry_name end |
#status ⇒ "AVAILABLE", "DELETING"
Returns the value of attribute status.
6260 6261 6262 |
# File 'sig/types.rbs', line 6260 def status @status end |
#updated_time ⇒ ::String
Returns the value of attribute updated_time.
6262 6263 6264 |
# File 'sig/types.rbs', line 6262 def updated_time @updated_time end |