Class: Aws::Types::IdMappingTechniques

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id_mapping_type"PROVIDER", "RULE_BASED"

Returns the value of attribute id_mapping_type.

Returns:

  • ("PROVIDER", "RULE_BASED")


443
444
445
# File 'sig/types.rbs', line 443

def id_mapping_type
  @id_mapping_type
end

#provider_propertiesTypes::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_propertiesTypes::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