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.
      2360 2361 2362 2363 2364 2365 2366 2367  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2360 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.
      2360 2361 2362 2363 2364 2365 2366 2367  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2360 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.
      2360 2361 2362 2363 2364 2365 2366 2367  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2360 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.
      2360 2361 2362 2363 2364 2365 2366 2367  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2360 class GetQueryResultsRequest < Struct.new( :event_data_store, :query_id, :next_token, :max_query_results) SENSITIVE = [] include Aws::Structure end  |