Class: Aws::ForecastService::Types::CreateExplainabilityResponse

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.

Returns:

  • (String)


1158
1159
1160
1161
1162
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1158

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