Class: Aws::Types::StartIdMappingJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartIdMappingJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_type ⇒ "BATCH", ...
Returns the value of attribute job_type.
-
#output_source_config ⇒ ::Array[Types::IdMappingJobOutputSource]
Returns the value of attribute output_source_config.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#job_type ⇒ "BATCH", ...
Returns the value of attribute job_type.
842 843 844 |
# File 'sig/types.rbs', line 842 def job_type @job_type end |
#output_source_config ⇒ ::Array[Types::IdMappingJobOutputSource]
Returns the value of attribute output_source_config.
841 842 843 |
# File 'sig/types.rbs', line 841 def output_source_config @output_source_config end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
840 841 842 |
# File 'sig/types.rbs', line 840 def workflow_name @workflow_name end |