Class: Aws::Types::QuerySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at::Time

Returns the value of attribute completed_at.

Returns:



3353
3354
3355
# File 'sig/types.rbs', line 3353

def completed_at
  @completed_at
end

#query_id::String

Returns the value of attribute query_id.

Returns:



3350
3351
3352
# File 'sig/types.rbs', line 3350

def query_id
  @query_id
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:



3351
3352
3353
# File 'sig/types.rbs', line 3351

def status
  @status
end

#submitted_at::Time

Returns the value of attribute submitted_at.

Returns:



3352
3353
3354
# File 'sig/types.rbs', line 3352

def 
  @submitted_at
end