Class: Aws::Types::DescribeWhatIfAnalysisResponse

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:

  • (::Time)


644
645
646
# File 'sig/types.rbs', line 644

def creation_time
  @creation_time
end

#estimated_time_remaining_in_minutes ⇒ ::Integer

Returns the value of attribute estimated_time_remaining_in_minutes.

Returns:

  • (::Integer)


641
642
643
# File 'sig/types.rbs', line 641

def estimated_time_remaining_in_minutes
  @estimated_time_remaining_in_minutes
end

#forecast_arn ⇒ ::String

Returns the value of attribute forecast_arn.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def forecast_arn
  @forecast_arn
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


645
646
647
# File 'sig/types.rbs', line 645

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def status
  @status
end

#time_series_selector ⇒ Types::TimeSeriesSelector

Returns the value of attribute time_series_selector.



646
647
648
# File 'sig/types.rbs', line 646

def time_series_selector
  @time_series_selector
end

#what_if_analysis_arn ⇒ ::String

Returns the value of attribute what_if_analysis_arn.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def what_if_analysis_arn
  @what_if_analysis_arn
end

#what_if_analysis_name ⇒ ::String

Returns the value of attribute what_if_analysis_name.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def what_if_analysis_name
  @what_if_analysis_name
end