Class: Aws::CloudTrail::Types::GetQueryResultsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetQueryResultsResponse
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
The error message returned if a query failed.
-
#next_token ⇒ String
A token you can use to get the next page of query results.
-
#query_result_rows ⇒ Array<Array<Hash<String,String>>>
Contains the individual event results of the query.
-
#query_statistics ⇒ Types::QueryStatistics
Shows the count of query results.
-
#query_status ⇒ String
The status of the query.
Instance Attribute Details
#error_message ⇒ String
The error message returned if a query failed.
2504 2505 2506 2507 2508 2509 2510 2511 2512 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2504 class GetQueryResultsResponse < Struct.new( :query_status, :query_statistics, :query_result_rows, :next_token, :error_message) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token you can use to get the next page of query results.
2504 2505 2506 2507 2508 2509 2510 2511 2512 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2504 class GetQueryResultsResponse < Struct.new( :query_status, :query_statistics, :query_result_rows, :next_token, :error_message) SENSITIVE = [] include Aws::Structure end |
#query_result_rows ⇒ Array<Array<Hash<String,String>>>
Contains the individual event results of the query.
2504 2505 2506 2507 2508 2509 2510 2511 2512 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2504 class GetQueryResultsResponse < Struct.new( :query_status, :query_statistics, :query_result_rows, :next_token, :error_message) SENSITIVE = [] include Aws::Structure end |
#query_statistics ⇒ Types::QueryStatistics
Shows the count of query results.
2504 2505 2506 2507 2508 2509 2510 2511 2512 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2504 class GetQueryResultsResponse < Struct.new( :query_status, :query_statistics, :query_result_rows, :next_token, :error_message) SENSITIVE = [] include Aws::Structure end |
#query_status ⇒ String
The status of the query. Values include QUEUED, RUNNING,
FINISHED, FAILED, TIMED_OUT, or CANCELLED.
2504 2505 2506 2507 2508 2509 2510 2511 2512 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2504 class GetQueryResultsResponse < Struct.new( :query_status, :query_statistics, :query_result_rows, :next_token, :error_message) SENSITIVE = [] include Aws::Structure end |