Class: Aws::Types::IdMappingTableInputSource
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingTableInputSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id_namespace_association_id ⇒ ::String
Returns the value of attribute id_namespace_association_id.
-
#type ⇒ "SOURCE", "TARGET"
Returns the value of attribute type.
Instance Attribute Details
#id_namespace_association_id ⇒ ::String
Returns the value of attribute id_namespace_association_id.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def id_namespace_association_id @id_namespace_association_id end |
#type ⇒ "SOURCE", "TARGET"
Returns the value of attribute type.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def type @type end |