Class: Aws::Types::CreateForecastExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateForecastExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
-
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
-
#forecast_export_job_name ⇒ ::String
Returns the value of attribute forecast_export_job_name.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
160 161 162 |
# File 'sig/types.rbs', line 160 def destination @destination end |
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
159 160 161 |
# File 'sig/types.rbs', line 159 def forecast_arn @forecast_arn end |
#forecast_export_job_name ⇒ ::String
Returns the value of attribute forecast_export_job_name.
158 159 160 |
# File 'sig/types.rbs', line 158 def forecast_export_job_name @forecast_export_job_name end |
#format ⇒ ::String
Returns the value of attribute format.
162 163 164 |
# File 'sig/types.rbs', line 162 def format @format end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
161 162 163 |
# File 'sig/types.rbs', line 161 def @tags end |