Class: Aws::ForecastService::Types::DeleteWhatIfForecastRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#what_if_forecast_arnString

The Amazon Resource Name (ARN) of the what-if forecast that you want to delete.

Returns:

  • (String)


2247
2248
2249
2250
2251
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2247

class DeleteWhatIfForecastRequest < Struct.new(
  :what_if_forecast_arn)
  SENSITIVE = []
  include Aws::Structure
end