Class: Aws::Types::WhatIfAnalysisSummary
- Inherits:
-
Object
- Object
- Aws::Types::WhatIfAnalysisSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
-
#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_analysis_name ⇒ ::String
Returns the value of attribute what_if_analysis_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def creation_time @creation_time end |
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def forecast_arn @forecast_arn end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def end |
#status ⇒ ::String
Returns the value of attribute status.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def status @status end |
#what_if_analysis_arn ⇒ ::String
Returns the value of attribute what_if_analysis_arn.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def what_if_analysis_arn @what_if_analysis_arn end |
#what_if_analysis_name ⇒ ::String
Returns the value of attribute what_if_analysis_name.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def what_if_analysis_name @what_if_analysis_name end |