Class: Aws::ForecastService::Types::DeleteForecastExportJobRequest

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_export_job_arnString

The Amazon Resource Name (ARN) of the forecast export job to delete.

Returns:

  • (String)


2146
2147
2148
2149
2150
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2146

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