Class: Aws::CloudWatchOmni::Types::GetTelemetryQueryResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetTelemetryQueryResultsRequest
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of result rows to return per page.
-
#next_token ⇒ String
A token to retrieve the next page of results.
-
#query_id ⇒ String
The unique ID of the query.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of result rows to return per page.
2373 2374 2375 2376 2377 2378 2379 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2373 class GetTelemetryQueryResultsRequest < Struct.new( :query_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next page of results.
2373 2374 2375 2376 2377 2378 2379 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2373 class GetTelemetryQueryResultsRequest < Struct.new( :query_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The unique ID of the query.
2373 2374 2375 2376 2377 2378 2379 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2373 class GetTelemetryQueryResultsRequest < Struct.new( :query_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |