Class: Aws::Schemas::Types::DeleteRegistryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::DeleteRegistryRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#registry_name ⇒ String
334 335 336 337 338 |
# File 'lib/aws-sdk-schemas/types.rb', line 334 class DeleteRegistryRequest < Struct.new( :registry_name) SENSITIVE = [] include Aws::Structure end |