Class: Aws::Types::CreateWhatIfForecastExportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWhatIfForecastExportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#what_if_forecast_arns ⇒ ::Array[::String]
Returns the value of attribute what_if_forecast_arns.
-
#what_if_forecast_export_name ⇒ ::String
Returns the value of attribute what_if_forecast_export_name.
Instance Attribute Details
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
251 252 253 |
# File 'sig/types.rbs', line 251 def destination @destination end |
#format ⇒ ::String
Returns the value of attribute format.
253 254 255 |
# File 'sig/types.rbs', line 253 def format @format end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
252 253 254 |
# File 'sig/types.rbs', line 252 def @tags end |
#what_if_forecast_arns ⇒ ::Array[::String]
Returns the value of attribute what_if_forecast_arns.
250 251 252 |
# File 'sig/types.rbs', line 250 def what_if_forecast_arns @what_if_forecast_arns end |
#what_if_forecast_export_name ⇒ ::String
Returns the value of attribute what_if_forecast_export_name.
249 250 251 |
# File 'sig/types.rbs', line 249 def what_if_forecast_export_name @what_if_forecast_export_name end |