Class: Aws::CloudWatchRUM::Types::ListRumMetricsDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::ListRumMetricsDestinationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::MetricDestinationSummary>
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
-
#next_token ⇒ String
A token that you can use in a subsequent operation to retrieve the next set of results.
Instance Attribute Details
#destinations ⇒ Array<Types::MetricDestinationSummary>
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
918 919 920 921 922 923 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 918 class ListRumMetricsDestinationsResponse < Struct.new( :destinations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that you can use in a subsequent operation to retrieve the next set of results.
918 919 920 921 922 923 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 918 class ListRumMetricsDestinationsResponse < Struct.new( :destinations, :next_token) SENSITIVE = [] include Aws::Structure end |