Class: Aws::BedrockAgentCoreControl::Types::DeleteRegistryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

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.

Returns:

  • (String)


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