Class: Aws::ServiceDiscovery::Types::DeleteNamespaceResponse

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

#operation_idString

A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.

Returns:

  • (String)


369
370
371
372
373
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 369

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