Class: Aws::Types::WhatIfForecastExportSummary
- Inherits:
-
Object
- Object
- Aws::Types::WhatIfForecastExportSummary
- 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.
-
#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.
-
#what_if_forecast_arns ⇒ ::Array[::String]
Returns the value of attribute what_if_forecast_arns.
-
#what_if_forecast_export_arn ⇒ ::String
Returns the value of attribute what_if_forecast_export_arn.
-
#what_if_forecast_export_name ⇒ ::String
Returns the value of attribute what_if_forecast_export_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def creation_time @creation_time end |
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def destination @destination end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def @message end |
#status ⇒ ::String
Returns the value of attribute status.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def status @status end |
#what_if_forecast_arns ⇒ ::Array[::String]
Returns the value of attribute what_if_forecast_arns.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def what_if_forecast_arns @what_if_forecast_arns end |
#what_if_forecast_export_arn ⇒ ::String
Returns the value of attribute what_if_forecast_export_arn.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def what_if_forecast_export_arn @what_if_forecast_export_arn end |
#what_if_forecast_export_name ⇒ ::String
Returns the value of attribute what_if_forecast_export_name.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def what_if_forecast_export_name @what_if_forecast_export_name end |