Class: Aws::Types::PredictorBacktestExportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::PredictorBacktestExportJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#predictor_backtest_export_job_arn ⇒ ::String
Returns the value of attribute predictor_backtest_export_job_arn.
-
#predictor_backtest_export_job_name ⇒ ::String
Returns the value of attribute predictor_backtest_export_job_name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def creation_time @creation_time end |
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def destination @destination end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def @message end |
#predictor_backtest_export_job_arn ⇒ ::String
Returns the value of attribute predictor_backtest_export_job_arn.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def predictor_backtest_export_job_arn @predictor_backtest_export_job_arn end |
#predictor_backtest_export_job_name ⇒ ::String
Returns the value of attribute predictor_backtest_export_job_name.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def predictor_backtest_export_job_name @predictor_backtest_export_job_name end |
#status ⇒ ::String
Returns the value of attribute status.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def status @status end |