Class: Aws::CloudWatchRUM::Types::GetAppMonitorDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::GetAppMonitorDataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<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.
-
#max_results ⇒ Integer
The maximum number of results to return in one operation.
-
#name ⇒ String
The name of the app monitor that collected the data that you want to retrieve.
-
#next_token ⇒ String
Use the token returned by the previous operation to request the next page of results.
-
#time_range ⇒ Types::TimeRange
A structure that defines the time range that you want to retrieve results from.
Instance Attribute Details
#filters ⇒ Array<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.
769 770 771 772 773 774 775 776 777 |
# File '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_results ⇒ Integer
The maximum number of results to return in one operation.
769 770 771 772 773 774 775 776 777 |
# File '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 |
#name ⇒ String
The name of the app monitor that collected the data that you want to retrieve.
769 770 771 772 773 774 775 776 777 |
# File '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_token ⇒ String
Use the token returned by the previous operation to request the next page of results.
769 770 771 772 773 774 775 776 777 |
# File '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_range ⇒ Types::TimeRange
A structure that defines the time range that you want to retrieve results from.
769 770 771 772 773 774 775 776 777 |
# File '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 |