Class: Aws::Types::CreateWhatIfAnalysisRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#forecast_arn ⇒ ::String

Returns the value of attribute forecast_arn.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def forecast_arn
  @forecast_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



239
240
241
# File 'sig/types.rbs', line 239

def tags
  @tags
end

#time_series_selector ⇒ Types::TimeSeriesSelector

Returns the value of attribute time_series_selector.



238
239
240
# File 'sig/types.rbs', line 238

def time_series_selector
  @time_series_selector
end

#what_if_analysis_name ⇒ ::String

Returns the value of attribute what_if_analysis_name.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def what_if_analysis_name
  @what_if_analysis_name
end