Class: Aws::CloudWatchOmni::Types::GetTelemetryQueryResultsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetTelemetryQueryResultsResponse
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to retrieve the next page of results, or null if there are no more results.
-
#rows ⇒ Array<Hash<String,String>>
The result rows returned by the query.
-
#statistics ⇒ Types::QueryStatistics
Statistics about the query execution.
-
#status ⇒ String
The current execution status of the query.
Instance Attribute Details
#next_token ⇒ String
A token to retrieve the next page of results, or null if there are no more results.
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 |
#rows ⇒ Array<Hash<String,String>>
The result rows returned by the query.
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 |
#statistics ⇒ Types::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 |
#status ⇒ String
The current execution status of the query.
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 |