Class: Aws::Types::DescribeForecastExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeForecastExportJobResponse
- 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_arn ⇒ ::String
Returns the value of attribute forecast_arn.
-
#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.
-
#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.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
535 536 537 |
# File 'sig/types.rbs', line 535 def creation_time @creation_time end |
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
532 533 534 |
# File 'sig/types.rbs', line 532 def destination @destination end |
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def forecast_arn @forecast_arn end |
#forecast_export_job_arn ⇒ ::String
Returns the value of attribute forecast_export_job_arn.
529 530 531 |
# File 'sig/types.rbs', line 529 def forecast_export_job_arn @forecast_export_job_arn end |
#forecast_export_job_name ⇒ ::String
Returns the value of attribute forecast_export_job_name.
530 531 532 |
# File 'sig/types.rbs', line 530 def forecast_export_job_name @forecast_export_job_name end |
#format ⇒ ::String
Returns the value of attribute format.
537 538 539 |
# File 'sig/types.rbs', line 537 def format @format end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
536 537 538 |
# File 'sig/types.rbs', line 536 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
533 534 535 |
# File 'sig/types.rbs', line 533 def end |
#status ⇒ ::String
Returns the value of attribute status.
534 535 536 |
# File 'sig/types.rbs', line 534 def status @status end |