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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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)


899
900
901
902
903
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 899

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