Class: Aws::Personalize::Types::ListMetricAttributionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_attributionsArray<Types::MetricAttributionSummary>

The list of metric attributions.



4085
4086
4087
4088
4089
4090
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4085

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

#next_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


4085
4086
4087
4088
4089
4090
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4085

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