Class: Aws::ForecastService::Types::DescribeExplainabilityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DescribeExplainabilityRequest
- 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 Explaianability to describe.
Instance Attribute Details
#explainability_arn ⇒ String
The Amazon Resource Name (ARN) of the Explaianability to describe.
2830 2831 2832 2833 2834 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 2830 class DescribeExplainabilityRequest < Struct.new( :explainability_arn) SENSITIVE = [] include Aws::Structure end |