Class: Aws::ForecastService::Types::DescribeForecastRequest

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

#forecast_arnString

The Amazon Resource Name (ARN) of the forecast.

Returns:

  • (String)


3035
3036
3037
3038
3039
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3035

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