Class: Aws::ForecastService::Types::DeleteWhatIfAnalysisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DeleteWhatIfAnalysisRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#what_if_analysis_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if analysis that you want to delete.
Instance Attribute Details
#what_if_analysis_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if analysis that you want to delete.
2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 2221 class DeleteWhatIfAnalysisRequest < Struct.new( :what_if_analysis_arn) SENSITIVE = [] include Aws::Structure end |