Class: Aws::ServiceDiscovery::Types::DeleteNamespaceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the namespace that you want to delete.

Returns:

  • (String)


351
352
353
354
355
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 351

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