Class: Aws::ForecastService::Types::CreateWhatIfAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::CreateWhatIfAnalysisResponse
- 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.
Instance Attribute Details
#what_if_analysis_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if analysis.
1709 1710 1711 1712 1713 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 1709 class CreateWhatIfAnalysisResponse < Struct.new( :what_if_analysis_arn) SENSITIVE = [] include Aws::Structure end |