Class: Aws::Types::DeleteRegistryResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRegistryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def registry_arn @registry_arn end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def registry_name @registry_name end |
#status ⇒ "AVAILABLE", "DELETING"
Returns the value of attribute status.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def status @status end |