Class: Aws::CloudWatchRUM::Types::ListRumMetricsDestinationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationsArray<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 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 918

class ListRumMetricsDestinationsResponse < Struct.new(
  :destinations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that you can use in a subsequent operation to retrieve the next set of results.

Returns:

  • (String)


918
919
920
921
922
923
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 918

class ListRumMetricsDestinationsResponse < Struct.new(
  :destinations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end