Class: Aws::Types::CancelQueryResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_store_owner_account_id::String

Returns the value of attribute event_data_store_owner_account_id.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def 
  @event_data_store_owner_account_id
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def query_id
  @query_id
end

#query_status"QUEUED", ...

Returns the value of attribute query_status.

Returns:

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


67
68
69
# File 'sig/types.rbs', line 67

def query_status
  @query_status
end