Class: Aws::CloudWatchOmni::Types::GetTelemetryQueryResultsResponse

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

#next_tokenString

A token to retrieve the next page of results, or null if there are no more results.

Returns:

  • (String)


2400
2401
2402
2403
2404
2405
2406
2407
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2400

class GetTelemetryQueryResultsResponse < Struct.new(
  :status,
  :rows,
  :next_token,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#rowsArray<Hash<String,String>>

The result rows returned by the query.

Returns:

  • (Array<Hash<String,String>>)


2400
2401
2402
2403
2404
2405
2406
2407
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2400

class GetTelemetryQueryResultsResponse < Struct.new(
  :status,
  :rows,
  :next_token,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsTypes::QueryStatistics

Statistics about the query execution.



2400
2401
2402
2403
2404
2405
2406
2407
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2400

class GetTelemetryQueryResultsResponse < Struct.new(
  :status,
  :rows,
  :next_token,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current execution status of the query.

Returns:

  • (String)


2400
2401
2402
2403
2404
2405
2406
2407
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2400

class GetTelemetryQueryResultsResponse < Struct.new(
  :status,
  :rows,
  :next_token,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end