Class: Aws::ForecastService::Types::DeleteWhatIfAnalysisRequest

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_analysis_arnString

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

Returns:

  • (String)


2221
2222
2223
2224
2225
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2221

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