Class: Aws::Types::WhatIfForecastSummary
- Inherits:
-
Object
- Object
- Aws::Types::WhatIfForecastSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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_analysis_arn ⇒ ::String
Returns the value of attribute what_if_analysis_arn.
-
#what_if_forecast_arn ⇒ ::String
Returns the value of attribute what_if_forecast_arn.
-
#what_if_forecast_name ⇒ ::String
Returns the value of attribute what_if_forecast_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def creation_time @creation_time end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def @message end |
#status ⇒ ::String
Returns the value of attribute status.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def status @status end |
#what_if_analysis_arn ⇒ ::String
Returns the value of attribute what_if_analysis_arn.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def what_if_analysis_arn @what_if_analysis_arn end |
#what_if_forecast_arn ⇒ ::String
Returns the value of attribute what_if_forecast_arn.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def what_if_forecast_arn @what_if_forecast_arn end |
#what_if_forecast_name ⇒ ::String
Returns the value of attribute what_if_forecast_name.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def what_if_forecast_name @what_if_forecast_name end |