Class: Aws::ForecastService::Types::DeleteExplainabilityRequest

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

#explainability_arnString

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

Returns:

  • (String)


2134
2135
2136
2137
2138
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2134

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