Class: Aws::Types::ListQueriesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


892
893
894
# File 'sig/types.rbs', line 892

def end_time
  @end_time
end

#event_data_store::String

Returns the value of attribute event_data_store.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def event_data_store
  @event_data_store
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


890
891
892
# File 'sig/types.rbs', line 890

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def next_token
  @next_token
end

#query_status"QUEUED", ...

Returns the value of attribute query_status.

Returns:

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


893
894
895
# File 'sig/types.rbs', line 893

def query_status
  @query_status
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


891
892
893
# File 'sig/types.rbs', line 891

def start_time
  @start_time
end