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:

  • (::Time)


3319
3320
3321
# File 'sig/types.rbs', line 3319

def completed_at
  @completed_at
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


3316
3317
3318
# File 'sig/types.rbs', line 3316

def query_id
  @query_id
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "RUNNING", "COMPLETED", "FAILED", "CANCELED", "CANCELING")


3317
3318
3319
# File 'sig/types.rbs', line 3317

def status
  @status
end

#submitted_at::Time

Returns the value of attribute submitted_at.

Returns:

  • (::Time)


3318
3319
3320
# File 'sig/types.rbs', line 3318

def 
  @submitted_at
end