Class: Aws::CloudTrail::Types::ListQueriesRequest

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

#end_timeTime

Use with StartTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.

Returns:

  • (Time)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3828

class ListQueriesRequest < Struct.new(
  :event_data_store,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :query_status)
  SENSITIVE = []
  include Aws::Structure
end

#event_data_storeString

The ARN (or the ID suffix of the ARN) of an event data store on which queries were run.

Returns:

  • (String)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3828

class ListQueriesRequest < Struct.new(
  :event_data_store,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :query_status)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of queries to show on a page.

Returns:

  • (Integer)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3828

class ListQueriesRequest < Struct.new(
  :event_data_store,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :query_status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3828

class ListQueriesRequest < Struct.new(
  :event_data_store,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :query_status)
  SENSITIVE = []
  include Aws::Structure
end

#query_statusString

The status of queries that you want to return in results. Valid values for QueryStatus include QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.

Returns:

  • (String)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3828

class ListQueriesRequest < Struct.new(
  :event_data_store,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :query_status)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Use with EndTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.

Returns:

  • (Time)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3828

class ListQueriesRequest < Struct.new(
  :event_data_store,
  :next_token,
  :max_results,
  :start_time,
  :end_time,
  :query_status)
  SENSITIVE = []
  include Aws::Structure
end