Class: Aws::ForecastService::Types::DescribeWhatIfForecastExportRequest

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_export_arnString

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

Returns:

  • (String)


3591
3592
3593
3594
3595
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3591

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