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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-agentregistrycontrol/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)


656
657
658
659
660
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 656

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