Class: Aws::Types::GetGremlinQueryStatusOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#query_eval_statsTypes::QueryEvalStats

Returns the value of attribute query_eval_stats.



316
317
318
# File 'sig/types.rbs', line 316

def query_eval_stats
  @query_eval_stats
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def query_id
  @query_id
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def query_string
  @query_string
end