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.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def id_mapping_workflows_supported @id_mapping_workflows_supported end |
#id_namespace_type ⇒ "SOURCE", "TARGET"
Returns the value of attribute id_namespace_type.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def id_namespace_type @id_namespace_type end |