Class: Aws::CloudWatchRUM::Types::ListRumMetricsDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::ListRumMetricsDestinationsResponse
- Defined in:
- gems/aws-sdk-cloudwatchrum/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.
1060 1061 1062 1063 1064 1065 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1060 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.
1060 1061 1062 1063 1064 1065 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1060 class ListRumMetricsDestinationsResponse < Struct.new( :destinations, :next_token) SENSITIVE = [] include Aws::Structure end |