Class: Aws::Types::ExecutionStats

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_metered::Integer

Returns the value of attribute bytes_metered.

Returns:

  • (::Integer)


137
138
139
# File 'sig/types.rbs', line 137

def bytes_metered
  @bytes_metered
end

#cumulative_bytes_scanned::Integer

Returns the value of attribute cumulative_bytes_scanned.

Returns:

  • (::Integer)


138
139
140
# File 'sig/types.rbs', line 138

def cumulative_bytes_scanned
  @cumulative_bytes_scanned
end

#data_writes::Integer

Returns the value of attribute data_writes.

Returns:

  • (::Integer)


136
137
138
# File 'sig/types.rbs', line 136

def data_writes
  @data_writes
end

#execution_time_in_millis::Integer

Returns the value of attribute execution_time_in_millis.

Returns:

  • (::Integer)


135
136
137
# File 'sig/types.rbs', line 135

def execution_time_in_millis
  @execution_time_in_millis
end

#query_result_rows::Integer

Returns the value of attribute query_result_rows.

Returns:

  • (::Integer)


140
141
142
# File 'sig/types.rbs', line 140

def query_result_rows
  @query_result_rows
end

#records_ingested::Integer

Returns the value of attribute records_ingested.

Returns:

  • (::Integer)


139
140
141
# File 'sig/types.rbs', line 139

def records_ingested
  @records_ingested
end