Class: Aws::Personalize::Types::ListMetricAttributionMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListMetricAttributionMetricsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of metrics to return in one page of results.
-
#metric_attribution_arn ⇒ String
The Amazon Resource Name (ARN) of the metric attribution to retrieve attributes for.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of metrics to return in one page of results.
4294 4295 4296 4297 4298 4299 4300 |
# File 'lib/aws-sdk-personalize/types.rb', line 4294 class ListMetricAttributionMetricsRequest < Struct.new( :metric_attribution_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#metric_attribution_arn ⇒ String
The Amazon Resource Name (ARN) of the metric attribution to retrieve attributes for.
4294 4295 4296 4297 4298 4299 4300 |
# File 'lib/aws-sdk-personalize/types.rb', line 4294 class ListMetricAttributionMetricsRequest < Struct.new( :metric_attribution_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
4294 4295 4296 4297 4298 4299 4300 |
# File 'lib/aws-sdk-personalize/types.rb', line 4294 class ListMetricAttributionMetricsRequest < Struct.new( :metric_attribution_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |