Class: Aws::CloudTrail::Types::GetQueryResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetQueryResultsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_data_store ⇒ String
The ARN (or ID suffix of the ARN) of the event data store against which the query was run.
-
#max_query_results ⇒ Integer
The maximum number of query results to display on a single page.
-
#next_token ⇒ String
A token you can use to get the next page of query results.
-
#query_id ⇒ String
The ID of the query for which you want to get results.
Instance Attribute Details
#event_data_store ⇒ String
The ARN (or ID suffix of the ARN) of the event data store against which the query was run.
2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2322 class GetQueryResultsRequest < Struct.new( :event_data_store, :query_id, :next_token, :max_query_results) SENSITIVE = [] include Aws::Structure end |
#max_query_results ⇒ Integer
The maximum number of query results to display on a single page.
2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2322 class GetQueryResultsRequest < Struct.new( :event_data_store, :query_id, :next_token, :max_query_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token you can use to get the next page of query results.
2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2322 class GetQueryResultsRequest < Struct.new( :event_data_store, :query_id, :next_token, :max_query_results) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The ID of the query for which you want to get results.
2322 2323 2324 2325 2326 2327 2328 2329 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2322 class GetQueryResultsRequest < Struct.new( :event_data_store, :query_id, :next_token, :max_query_results) SENSITIVE = [] include Aws::Structure end |