Class: Aws::Personalize::Types::ListMetricAttributionMetricsRequest

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

#max_resultsInteger

The maximum number of metrics to return in one page of results.

Returns:

  • (Integer)


3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-personalize/types.rb', line 3939

class ListMetricAttributionMetricsRequest < Struct.new(
  :metric_attribution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#metric_attribution_arnString

The Amazon Resource Name (ARN) of the metric attribution to retrieve attributes for.

Returns:

  • (String)


3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-personalize/types.rb', line 3939

class ListMetricAttributionMetricsRequest < Struct.new(
  :metric_attribution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-personalize/types.rb', line 3939

class ListMetricAttributionMetricsRequest < Struct.new(
  :metric_attribution_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end