Class: Aws::Types::IdMappingWorkflowInputSource
- Inherits:
-
Object
- Object
- Aws::Types::IdMappingWorkflowInputSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_source_arn ⇒ ::String
Returns the value of attribute input_source_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#type ⇒ "SOURCE", "TARGET"
Returns the value of attribute type.
Instance Attribute Details
#input_source_arn ⇒ ::String
Returns the value of attribute input_source_arn.
450 451 452 |
# File 'sig/types.rbs', line 450 def input_source_arn @input_source_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
451 452 453 |
# File 'sig/types.rbs', line 451 def schema_name @schema_name end |
#type ⇒ "SOURCE", "TARGET"
Returns the value of attribute type.
452 453 454 |
# File 'sig/types.rbs', line 452 def type @type end |