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.



896
897
898
899
900
901
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 896

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)


896
897
898
899
900
901
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 896

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