Class: Aws::EntityResolution::Types::GetIdNamespaceInput

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)


902
903
904
905
906
# File 'lib/aws-sdk-entityresolution/types.rb', line 902

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