Class: Aws::ForecastService::Types::DescribeWhatIfAnalysisRequest

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 are interested in.

Returns:

  • (String)


3492
3493
3494
3495
3496
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3492

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