Class: Aws::Personalize::Types::ListMetricAttributionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListMetricAttributionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_attributions ⇒ Array<Types::MetricAttributionSummary>
The list of metric attributions.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#metric_attributions ⇒ Array<Types::MetricAttributionSummary>
The list of metric attributions.
4356 4357 4358 4359 4360 4361 |
# File 'lib/aws-sdk-personalize/types.rb', line 4356 class ListMetricAttributionsResponse < Struct.new( :metric_attributions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
4356 4357 4358 4359 4360 4361 |
# File 'lib/aws-sdk-personalize/types.rb', line 4356 class ListMetricAttributionsResponse < Struct.new( :metric_attributions, :next_token) SENSITIVE = [] include Aws::Structure end |