Module: Aws::CloudTrail::Client::_CancelQueryResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CancelQueryResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#event_data_store_owner_account_id::String

Returns:

  • (::String)


101
# File 'sig/client.rbs', line 101

def event_data_store_owner_account_id: () -> ::String

#query_id::String

Returns:

  • (::String)


99
# File 'sig/client.rbs', line 99

def query_id: () -> ::String

#query_status"QUEUED", ...

Returns:

  • ("QUEUED", "RUNNING", "FINISHED", "FAILED", "CANCELLED", "TIMED_OUT")


100
# File 'sig/client.rbs', line 100

def query_status: () -> ("QUEUED" | "RUNNING" | "FINISHED" | "FAILED" | "CANCELLED" | "TIMED_OUT")