Class: Aws::ForecastService::Types::DescribeWhatIfForecastRequest

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_forecast_arnString

The Amazon Resource Name (ARN) of the what-if forecast that you are interested in.

Returns:

  • (String)


3690
3691
3692
3693
3694
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3690

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