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

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 the ID suffix of the ARN) of an event data store on which the specified query is running.

Returns:

  • (String)


212
213
214
215
216
217
218
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 212

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

#event_data_store_owner_account_idString

The account ID of the event data store owner.

Returns:

  • (String)


212
213
214
215
216
217
218
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 212

class CancelQueryRequest < Struct.new(
  :event_data_store,
  :query_id,
  :event_data_store_owner_account_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)


212
213
214
215
216
217
218
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 212

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