Class: Aws::ForecastService::Types::DescribeExplainabilityRequest

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 Explaianability to describe.

Returns:

  • (String)


2830
2831
2832
2833
2834
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2830

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