Class: Aws::ForecastService::Types::DeleteForecastRequest

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 to delete.

Returns:

  • (String)


2158
2159
2160
2161
2162
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2158

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