Class: Aws::CloudWatchOmni::Types::GetTelemetryQueryResultsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of result rows to return per page.

Returns:

  • (Integer)


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_tokenString

A token to retrieve the next page of results.

Returns:

  • (String)


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_idString

The unique ID of the query.

Returns:

  • (String)


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