Class: Aws::Types::GetQueryOutput

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)


393
394
395
# File 'sig/types.rbs', line 393

def elapsed
  @elapsed
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def id
  @id
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def query_string
  @query_string
end

#state"RUNNING", ...

Returns the value of attribute state.

Returns:

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


394
395
396
# File 'sig/types.rbs', line 394

def state
  @state
end

#waited::Integer

Returns the value of attribute waited.

Returns:

  • (::Integer)


392
393
394
# File 'sig/types.rbs', line 392

def waited
  @waited
end