Class: Aws::Types::IdMappingTechniques
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingTechniques
- 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::ProviderProperties
Returns the value of attribute provider_properties.
-
#rule_based_properties ⇒ Types::IdMappingRuleBasedProperties
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.
443 444 445 |
# File 'sig/types.rbs', line 443 def id_mapping_type @id_mapping_type end |
#provider_properties ⇒ Types::ProviderProperties
Returns the value of attribute provider_properties.
445 446 447 |
# File 'sig/types.rbs', line 445 def provider_properties @provider_properties end |
#rule_based_properties ⇒ Types::IdMappingRuleBasedProperties
Returns the value of attribute rule_based_properties.
444 445 446 |
# File 'sig/types.rbs', line 444 def rule_based_properties @rule_based_properties end |