Class: Aws::Types::ListGremlinQueriesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_query_count::Integer

Returns the value of attribute accepted_query_count.

Returns:

  • (::Integer)


530
531
532
# File 'sig/types.rbs', line 530

def accepted_query_count
  @accepted_query_count
end

#queries::Array[Types::GremlinQueryStatus]

Returns the value of attribute queries.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def queries
  @queries
end

#running_query_count::Integer

Returns the value of attribute running_query_count.

Returns:

  • (::Integer)


531
532
533
# File 'sig/types.rbs', line 531

def running_query_count
  @running_query_count
end