Class: Aws::Types::DescribeWhatIfForecastExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWhatIfForecastExportResponse
- 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.
-
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#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.
662 663 664 |
# File 'sig/types.rbs', line 662 def creation_time @creation_time end |
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
659 660 661 |
# File 'sig/types.rbs', line 659 def destination @destination end |
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
663 664 665 |
# File 'sig/types.rbs', line 663 def estimated_time_remaining_in_minutes @estimated_time_remaining_in_minutes end |
#format ⇒ ::String
Returns the value of attribute format.
665 666 667 |
# File 'sig/types.rbs', line 665 def format @format end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
664 665 666 |
# File 'sig/types.rbs', line 664 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
660 661 662 |
# File 'sig/types.rbs', line 660 def end |
#status ⇒ ::String
Returns the value of attribute status.
661 662 663 |
# File 'sig/types.rbs', line 661 def status @status end |
#what_if_forecast_arns ⇒ ::Array[::String]
Returns the value of attribute what_if_forecast_arns.
658 659 660 |
# File 'sig/types.rbs', line 658 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.
656 657 658 |
# File 'sig/types.rbs', line 656 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.
657 658 659 |
# File 'sig/types.rbs', line 657 def what_if_forecast_export_name @what_if_forecast_export_name end |