Class: Aws::EntityResolution::Types::GetIdNamespaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetIdNamespaceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_namespace_name ⇒ String
The name of the ID namespace.
Instance Attribute Details
#id_namespace_name ⇒ String
The name of the ID namespace.
1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1056 class GetIdNamespaceInput < Struct.new( :id_namespace_name) SENSITIVE = [] include Aws::Structure end |