Class: Aws::Types::ForecastExportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ForecastExportJobSummary
- 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.
-
#forecast_export_job_arn ⇒ ::String
Returns the value of attribute forecast_export_job_arn.
-
#forecast_export_job_name ⇒ ::String
Returns the value of attribute forecast_export_job_name.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
783 784 785 |
# File 'sig/types.rbs', line 783 def creation_time @creation_time end |
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
780 781 782 |
# File 'sig/types.rbs', line 780 def destination @destination end |
#forecast_export_job_arn ⇒ ::String
Returns the value of attribute forecast_export_job_arn.
778 779 780 |
# File 'sig/types.rbs', line 778 def forecast_export_job_arn @forecast_export_job_arn end |
#forecast_export_job_name ⇒ ::String
Returns the value of attribute forecast_export_job_name.
779 780 781 |
# File 'sig/types.rbs', line 779 def forecast_export_job_name @forecast_export_job_name end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
784 785 786 |
# File 'sig/types.rbs', line 784 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
782 783 784 |
# File 'sig/types.rbs', line 782 def end |
#status ⇒ ::String
Returns the value of attribute status.
781 782 783 |
# File 'sig/types.rbs', line 781 def status @status end |