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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3992
3993
3994
3995
3996
3997
# File 'lib/aws-sdk-personalize/types.rb', line 3992

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)


3992
3993
3994
3995
3996
3997
# File 'lib/aws-sdk-personalize/types.rb', line 3992

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