Class: Aws::ForecastService::Types::CreateWhatIfAnalysisResponse

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.

Returns:

  • (String)


1709
1710
1711
1712
1713
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1709

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