Class: Aws::Types::DescribeWhatIfForecastResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:



681
682
683
# File 'sig/types.rbs', line 681

def creation_time
  @creation_time
end

#estimated_time_remaining_in_minutes ⇒ ::Integer

Returns the value of attribute estimated_time_remaining_in_minutes.

Returns:



678
679
680
# File 'sig/types.rbs', line 678

def estimated_time_remaining_in_minutes
  @estimated_time_remaining_in_minutes
end

#forecast_types ⇒ ::Array[::String]

Returns the value of attribute forecast_types.

Returns:



685
686
687
# File 'sig/types.rbs', line 685

def forecast_types
  @forecast_types
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:



679
680
681
# File 'sig/types.rbs', line 679

def status
  @status
end

#time_series_replacements_data_source ⇒ Types::TimeSeriesReplacementsDataSource

Returns the value of attribute time_series_replacements_data_source.

Returns:



684
685
686
# File 'sig/types.rbs', line 684

def time_series_replacements_data_source
  @time_series_replacements_data_source
end

#time_series_transformations ⇒ ::Array[Types::TimeSeriesTransformation]

Returns the value of attribute time_series_transformations.

Returns:



683
684
685
# File 'sig/types.rbs', line 683

def time_series_transformations
  @time_series_transformations
end

#what_if_analysis_arn ⇒ ::String

Returns the value of attribute what_if_analysis_arn.

Returns:



677
678
679
# File 'sig/types.rbs', line 677

def what_if_analysis_arn
  @what_if_analysis_arn
end

#what_if_forecast_arn ⇒ ::String

Returns the value of attribute what_if_forecast_arn.

Returns:



676
677
678
# File 'sig/types.rbs', line 676

def what_if_forecast_arn
  @what_if_forecast_arn
end

#what_if_forecast_name ⇒ ::String

Returns the value of attribute what_if_forecast_name.

Returns:



675
676
677
# File 'sig/types.rbs', line 675

def what_if_forecast_name
  @what_if_forecast_name
end