Class: Aws::CloudTrail::Types::GetQueryResultsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_storeString

The ARN (or ID suffix of the ARN) of the event data store against which the query was run.

Returns:

  • (String)


2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2685

class GetQueryResultsRequest < Struct.new(
  :event_data_store,
  :query_id,
  :next_token,
  :max_query_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_query_resultsInteger

The maximum number of query results to display on a single page.

Returns:

  • (Integer)


2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2685

class GetQueryResultsRequest < Struct.new(
  :event_data_store,
  :query_id,
  :next_token,
  :max_query_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token you can use to get the next page of query results.

Returns:

  • (String)


2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2685

class GetQueryResultsRequest < Struct.new(
  :event_data_store,
  :query_id,
  :next_token,
  :max_query_results)
  SENSITIVE = []
  include Aws::Structure
end

#query_idString

The ID of the query for which you want to get results.

Returns:

  • (String)


2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2685

class GetQueryResultsRequest < Struct.new(
  :event_data_store,
  :query_id,
  :next_token,
  :max_query_results)
  SENSITIVE = []
  include Aws::Structure
end