Class: Aws::ForecastService::Types::ListExplainabilityExportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListExplainabilityExportsResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#explainability_exports ⇒ Array<Types::ExplainabilityExportSummary>
An array of objects that summarize the properties of each Explainability export.
-
#next_token ⇒ String
Returns this token if the response is truncated.
Instance Attribute Details
#explainability_exports ⇒ Array<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_token ⇒ String
Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
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 |