Class: Aws::EntityResolution::Types::DeleteIdNamespaceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_namespace_nameString

The name of the ID namespace.

Returns:

  • (String)


582
583
584
585
586
# File 'lib/aws-sdk-entityresolution/types.rb', line 582

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