Class: Aws::AgentRegistryControl::Types::DeleteRegistryRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-agentregistrycontrol/types.rb

Overview

Request structure for deleting a registry

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_idString

The identifier of the registry to delete (ARN or ID)

Returns:

  • (String)


482
483
484
485
486
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 482

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