Class: Aws::Types::QueryStatisticsForDescribeQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_scanned::Integer

Returns the value of attribute bytes_scanned.

Returns:

  • (::Integer)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def bytes_scanned
  @bytes_scanned
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def creation_time
  @creation_time
end

#events_matched::Integer

Returns the value of attribute events_matched.

Returns:

  • (::Integer)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def events_matched
  @events_matched
end

#events_scanned::Integer

Returns the value of attribute events_scanned.

Returns:

  • (::Integer)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def events_scanned
  @events_scanned
end

#execution_time_in_millis::Integer

Returns the value of attribute execution_time_in_millis.

Returns:

  • (::Integer)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def execution_time_in_millis
  @execution_time_in_millis
end