Class: Aws::ForecastService::Types::DeleteExplainabilityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DeleteExplainabilityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#explainability_arn ⇒ String
The Amazon Resource Name (ARN) of the Explainability resource to delete.
Instance Attribute Details
#explainability_arn ⇒ String
The Amazon Resource Name (ARN) of the Explainability resource to delete.
2134 2135 2136 2137 2138 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 2134 class DeleteExplainabilityRequest < Struct.new( :explainability_arn) SENSITIVE = [] include Aws::Structure end |