class Aws::CloudWatchRUM::Types::GetAppMonitorDataRequest
@note When making an API call, you may pass GetAppMonitorDataRequest
data as a hash: { filters: [ { name: "QueryFilterKey", values: ["QueryFilterValue"], }, ], max_results: 1, name: "AppMonitorName", # required next_token: "Token", time_range: { # required after: 1, # required before: 1, }, }
@!attribute [rw] filters
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. @return [Array<Types::QueryFilter>]
@!attribute [rw] max_results
The maximum number of results to return in one operation. @return [Integer]
@!attribute [rw] name
The name of the app monitor that collected the data that you want to retrieve. @return [String]
@!attribute [rw] next_token
Use the token returned by the previous operation to request the next page of results. @return [String]
@!attribute [rw] time_range
A structure that defines the time range that you want to retrieve results from. @return [Types::TimeRange]
@see docs.aws.amazon.com/goto/WebAPI/rum-2018-05-10/GetAppMonitorDataRequest AWS API Documentation
Constants
- SENSITIVE