Class: Aws::CloudWatchRUM::Types::GetAppMonitorDataRequest

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

#filtersArray<Types::QueryFilter>

An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.

Returns:



769
770
771
772
773
774
775
776
777
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 769

class GetAppMonitorDataRequest < Struct.new(
  :filters,
  :max_results,
  :name,
  :next_token,
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in one operation.

Returns:

  • (Integer)


769
770
771
772
773
774
775
776
777
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 769

class GetAppMonitorDataRequest < Struct.new(
  :filters,
  :max_results,
  :name,
  :next_token,
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the app monitor that collected the data that you want to retrieve.

Returns:

  • (String)


769
770
771
772
773
774
775
776
777
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 769

class GetAppMonitorDataRequest < Struct.new(
  :filters,
  :max_results,
  :name,
  :next_token,
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Use the token returned by the previous operation to request the next page of results.

Returns:

  • (String)


769
770
771
772
773
774
775
776
777
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 769

class GetAppMonitorDataRequest < Struct.new(
  :filters,
  :max_results,
  :name,
  :next_token,
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end

#time_rangeTypes::TimeRange

A structure that defines the time range that you want to retrieve results from.

Returns:



769
770
771
772
773
774
775
776
777
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 769

class GetAppMonitorDataRequest < Struct.new(
  :filters,
  :max_results,
  :name,
  :next_token,
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end