Class: Aws::CloudWatchRUM::Types::GetAppMonitorDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::GetAppMonitorDataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<String>
The events that RUM collected that match your request.
-
#next_token ⇒ String
A token that you can use in a subsequent operation to retrieve the next set of results.
Instance Attribute Details
#events ⇒ Array<String>
The events that RUM collected that match your request.
790 791 792 793 794 795 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 790 class GetAppMonitorDataResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that you can use in a subsequent operation to retrieve the next set of results.
790 791 792 793 794 795 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 790 class GetAppMonitorDataResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |