Class: Aws::CloudWatchRUM::Types::ListRumMetricsDestinationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::ListRumMetricsDestinationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_monitor_name ⇒ String
The name of the app monitor associated with the destinations that you want to retrieve.
-
#max_results ⇒ Integer
The maximum number of results to return in one operation.
-
#next_token ⇒ String
Use the token returned by the previous operation to request the next page of results.
Instance Attribute Details
#app_monitor_name ⇒ String
The name of the app monitor associated with the destinations that you want to retrieve.
1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1061 class ListRumMetricsDestinationsRequest < Struct.new( :app_monitor_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.
To retrieve the remaining results, make another call with the returned ‘NextToken` value.
1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1061 class ListRumMetricsDestinationsRequest < Struct.new( :app_monitor_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Use the token returned by the previous operation to request the next page of results.
1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1061 class ListRumMetricsDestinationsRequest < Struct.new( :app_monitor_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |