Class: Aws::Types::IdNamespaceAssociationInputReferenceProperties
- Inherits:
-
Object
- Object
- Aws::Types::IdNamespaceAssociationInputReferenceProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id_mapping_workflows_supported ⇒ ::Array[untyped]
Returns the value of attribute id_mapping_workflows_supported.
-
#id_namespace_type ⇒ "SOURCE", "TARGET"
Returns the value of attribute id_namespace_type.
Instance Attribute Details
#id_mapping_workflows_supported ⇒ ::Array[untyped]
Returns the value of attribute id_mapping_workflows_supported.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def id_mapping_workflows_supported @id_mapping_workflows_supported end |
#id_namespace_type ⇒ "SOURCE", "TARGET"
Returns the value of attribute id_namespace_type.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def id_namespace_type @id_namespace_type end |