Class: Aws::Personalize::Types::ListMetricAttributionMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListMetricAttributionMetricsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metrics ⇒ Array<Types::MetricAttribute>
The metrics for the specified metric attribution.
-
#next_token ⇒ String
Specify the pagination token from a previous ‘ListMetricAttributionMetricsResponse` request to retrieve the next page of results.
Instance Attribute Details
#metrics ⇒ Array<Types::MetricAttribute>
The metrics for the specified metric attribution.
4314 4315 4316 4317 4318 4319 |
# File 'lib/aws-sdk-personalize/types.rb', line 4314 class ListMetricAttributionMetricsResponse < Struct.new( :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous ‘ListMetricAttributionMetricsResponse` request to retrieve the next page of results.
4314 4315 4316 4317 4318 4319 |
# File 'lib/aws-sdk-personalize/types.rb', line 4314 class ListMetricAttributionMetricsResponse < Struct.new( :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |