Class: Aws::Types::DataSourceSyncJob
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceSyncJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_error_code ⇒ ::String
Returns the value of attribute data_source_error_code.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error_code ⇒ "InternalError", "InvalidRequest"
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#metrics ⇒ Types::DataSourceSyncJobMetrics
Returns the value of attribute metrics.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "FAILED", ...
Returns the value of attribute status.
Instance Attribute Details
#data_source_error_code ⇒ ::String
Returns the value of attribute data_source_error_code.
563 564 565 |
# File 'sig/types.rbs', line 563 def data_source_error_code @data_source_error_code end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
559 560 561 |
# File 'sig/types.rbs', line 559 def end_time @end_time end |
#error_code ⇒ "InternalError", "InvalidRequest"
Returns the value of attribute error_code.
562 563 564 |
# File 'sig/types.rbs', line 562 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
561 562 563 |
# File 'sig/types.rbs', line 561 def @error_message end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def execution_id @execution_id end |
#metrics ⇒ Types::DataSourceSyncJobMetrics
Returns the value of attribute metrics.
564 565 566 |
# File 'sig/types.rbs', line 564 def metrics @metrics end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
558 559 560 |
# File 'sig/types.rbs', line 558 def start_time @start_time end |
#status ⇒ "FAILED", ...
Returns the value of attribute status.
560 561 562 |
# File 'sig/types.rbs', line 560 def status @status end |