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.
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 |