Class: Aws::Schemas::Types::DeleteRegistryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_nameString

Returns:

  • (String)


334
335
336
337
338
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 334

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