Class: Aws::CloudTrail::Types::CancelQueryResponse

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_store_owner_account_idString

The account ID of the event data store owner.

Returns:

  • (String)


431
432
433
434
435
436
437
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 431

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

#query_idString

The ID of the canceled query.

Returns:

  • (String)


431
432
433
434
435
436
437
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 431

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

#query_statusString

Shows the status of a query after a CancelQuery request. Typically, the values shown are either RUNNING or CANCELLED.

Returns:

  • (String)


431
432
433
434
435
436
437
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 431

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