Class: Aws::BedrockAgentCoreControl::Types::DeleteRegistryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteRegistryResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The current status of the registry, set to
DELETINGwhen deletion is initiated.
Instance Attribute Details
#status ⇒ String
The current status of the registry, set to DELETING when deletion
is initiated. For a list of all possible registry statuses, see the
RegistryStatus data type.
5266 5267 5268 5269 5270 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5266 class DeleteRegistryResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |