Class: Aws::AgentRegistryControl::Types::DeleteRegistryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::DeleteRegistryRequest
- 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
-
#registry_id ⇒ String
The identifier of the registry to delete (ARN or ID).
Instance Attribute Details
#registry_id ⇒ String
The identifier of the registry to delete (ARN or ID)
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 |