Class: Aws::AgentRegistryControl::Types::DeleteRegistryResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusString

Current status of the registry, set to DELETING when deletion is initiated

Returns:

  • (String)


497
498
499
500
501
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 497

class DeleteRegistryResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end