Class: Aws::ForecastService::Types::CreateExplainabilityExportResponse

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_export_arnString

The Amazon Resource Name (ARN) of the export.

Returns:

  • (String)


1055
1056
1057
1058
1059
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1055

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