Class: Aws::AgentRegistryControl::Types::DeleteRegistryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::DeleteRegistryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
Response structure for deleting a registry
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Current status of the registry, set to DELETING when deletion is initiated.
Instance Attribute Details
#status ⇒ String
Current status of the registry, set to DELETING when deletion is initiated
497 498 499 500 501 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 497 class DeleteRegistryResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |