Class: Aws::ForecastService::Types::DescribeWhatIfAnalysisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DescribeWhatIfAnalysisRequest
- 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 are interested in.
Instance Attribute Details
#what_if_analysis_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if analysis that you are interested in.
3492 3493 3494 3495 3496 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 3492 class DescribeWhatIfAnalysisRequest < Struct.new( :what_if_analysis_arn) SENSITIVE = [] include Aws::Structure end |