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

#elapsed::Integer

Returns the value of attribute elapsed.

Returns:

  • (::Integer)


592
593
594
# File 'sig/types.rbs', line 592

def elapsed
  @elapsed
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def id
  @id
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def query_string
  @query_string
end

#state"RUNNING", ...

Returns the value of attribute state.

Returns:

  • ("RUNNING", "WAITING", "CANCELLING")


593
594
595
# File 'sig/types.rbs', line 593

def state
  @state
end

#waited::Integer

Returns the value of attribute waited.

Returns:

  • (::Integer)


591
592
593
# File 'sig/types.rbs', line 591

def waited
  @waited
end