Class: Aws::ForecastService::Types::DeletePredictorRequest

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

#predictor_arnString

The Amazon Resource Name (ARN) of the predictor to delete.

Returns:

  • (String)


2195
2196
2197
2198
2199
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2195

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