Class: Aws::Types::IdMappingTableSchemaTypeProperties
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingTableSchemaTypeProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id_mapping_table_id ⇒ ::String
Returns the value of attribute id_mapping_table_id.
-
#id_mapping_table_input_source ⇒ ::Array[Types::IdMappingTableInputSource]
Returns the value of attribute id_mapping_table_input_source.
Instance Attribute Details
#id_mapping_table_id ⇒ ::String
Returns the value of attribute id_mapping_table_id.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def id_mapping_table_id @id_mapping_table_id end |
#id_mapping_table_input_source ⇒ ::Array[Types::IdMappingTableInputSource]
Returns the value of attribute id_mapping_table_input_source.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def id_mapping_table_input_source @id_mapping_table_input_source end |