Class: Aws::Types::GetIdMappingJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetIdMappingJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "BATCH", ...
Returns the value of attribute job_type.
-
#metrics ⇒ Types::IdMappingJobMetrics
Returns the value of attribute metrics.
-
#output_source_config ⇒ ::Array[Types::IdMappingJobOutputSource]
Returns the value of attribute output_source_config.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
254 255 256 |
# File 'sig/types.rbs', line 254 def end_time @end_time end |
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
256 257 258 |
# File 'sig/types.rbs', line 256 def error_details @error_details end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
251 252 253 |
# File 'sig/types.rbs', line 251 def job_id @job_id end |
#job_type ⇒ "BATCH", ...
Returns the value of attribute job_type.
258 259 260 |
# File 'sig/types.rbs', line 258 def job_type @job_type end |
#metrics ⇒ Types::IdMappingJobMetrics
Returns the value of attribute metrics.
255 256 257 |
# File 'sig/types.rbs', line 255 def metrics @metrics end |
#output_source_config ⇒ ::Array[Types::IdMappingJobOutputSource]
Returns the value of attribute output_source_config.
257 258 259 |
# File 'sig/types.rbs', line 257 def output_source_config @output_source_config end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
253 254 255 |
# File 'sig/types.rbs', line 253 def start_time @start_time end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
252 253 254 |
# File 'sig/types.rbs', line 252 def status @status end |