Class: Aws::Types::DescribePredictorBacktestExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePredictorBacktestExportJobResponse
- 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.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
-
#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.
593 594 595 |
# File 'sig/types.rbs', line 593 def creation_time @creation_time end |
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
590 591 592 |
# File 'sig/types.rbs', line 590 def destination @destination end |
#format ⇒ ::String
Returns the value of attribute format.
595 596 597 |
# File 'sig/types.rbs', line 595 def format @format end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
594 595 596 |
# File 'sig/types.rbs', line 594 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
591 592 593 |
# File 'sig/types.rbs', line 591 def end |
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
589 590 591 |
# File 'sig/types.rbs', line 589 def predictor_arn @predictor_arn end |
#predictor_backtest_export_job_arn ⇒ ::String
Returns the value of attribute predictor_backtest_export_job_arn.
587 588 589 |
# File 'sig/types.rbs', line 587 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.
588 589 590 |
# File 'sig/types.rbs', line 588 def predictor_backtest_export_job_name @predictor_backtest_export_job_name end |
#status ⇒ ::String
Returns the value of attribute status.
592 593 594 |
# File 'sig/types.rbs', line 592 def status @status end |