Class: Aws::CloudTrail::Types::CancelQueryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_storeString

The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.

Returns:

  • (String)


856
857
858
859
860
861
# File 'lib/aws-sdk-cloudtrail/types.rb', line 856

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

#query_idString

The ID of the query that you want to cancel. The ‘QueryId` comes from the response of a `StartQuery` operation.

Returns:

  • (String)


856
857
858
859
860
861
# File 'lib/aws-sdk-cloudtrail/types.rb', line 856

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