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)


1026
1027
1028
1029
1030
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1026

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