Class: Aws::ForecastService::Types::ListExplainabilitiesResponse

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

#explainabilitiesArray<Types::ExplainabilitySummary>

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

Returns:



4891
4892
4893
4894
4895
4896
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4891

class ListExplainabilitiesResponse < Struct.new(
  :explainabilities,
  :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)


4891
4892
4893
4894
4895
4896
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4891

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