Class: Aws::ForecastService::Types::ListExplainabilityExportsResponse

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_exportsArray<Types::ExplainabilityExportSummary>

An array of objects that summarize the properties of each Explainability export.



4948
4949
4950
4951
4952
4953
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4948

class ListExplainabilityExportsResponse < Struct.new(
  :explainability_exports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.

Returns:

  • (String)


4948
4949
4950
4951
4952
4953
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4948

class ListExplainabilityExportsResponse < Struct.new(
  :explainability_exports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end