Class: Aws::ForecastService::Types::CreateExplainabilityExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::CreateExplainabilityExportResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#explainability_export_arn ⇒ String
The Amazon Resource Name (ARN) of the export.
Instance Attribute Details
#explainability_export_arn ⇒ String
The Amazon Resource Name (ARN) of the export.
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 |