Class: Aws::Types::StartIdMappingJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartIdMappingJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "BATCH", ...
Returns the value of attribute job_type.
-
#output_source_config ⇒ ::Array[Types::IdMappingJobOutputSource]
Returns the value of attribute output_source_config.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
847 848 849 |
# File 'sig/types.rbs', line 847 def job_id @job_id end |
#job_type ⇒ "BATCH", ...
Returns the value of attribute job_type.
849 850 851 |
# File 'sig/types.rbs', line 849 def job_type @job_type end |
#output_source_config ⇒ ::Array[Types::IdMappingJobOutputSource]
Returns the value of attribute output_source_config.
848 849 850 |
# File 'sig/types.rbs', line 848 def output_source_config @output_source_config end |