Class: Aws::Types::IdNamespaceIdMappingWorkflowProperties
- Inherits:
-
Object
- Object
- Aws::Types::IdNamespaceIdMappingWorkflowProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id_mapping_type ⇒ "PROVIDER", "RULE_BASED"
Returns the value of attribute id_mapping_type.
-
#provider_properties ⇒ Types::NamespaceProviderProperties
Returns the value of attribute provider_properties.
-
#rule_based_properties ⇒ Types::NamespaceRuleBasedProperties
Returns the value of attribute rule_based_properties.
Instance Attribute Details
#id_mapping_type ⇒ "PROVIDER", "RULE_BASED"
Returns the value of attribute id_mapping_type.
476 477 478 |
# File 'sig/types.rbs', line 476 def id_mapping_type @id_mapping_type end |
#provider_properties ⇒ Types::NamespaceProviderProperties
Returns the value of attribute provider_properties.
478 479 480 |
# File 'sig/types.rbs', line 478 def provider_properties @provider_properties end |
#rule_based_properties ⇒ Types::NamespaceRuleBasedProperties
Returns the value of attribute rule_based_properties.
477 478 479 |
# File 'sig/types.rbs', line 477 def rule_based_properties @rule_based_properties end |