Class: Aws::CloudWatchRUM::Types::ListAppMonitorsResponse

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

#app_monitor_summariesArray<Types::AppMonitorSummary>

An array of structures that contain information about the returned app monitors.

Returns:



871
872
873
874
875
876
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 871

class ListAppMonitorsResponse < Struct.new(
  :app_monitor_summaries,
  :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)


871
872
873
874
875
876
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 871

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