Class: Aws::Athena::Types::SessionStatistics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Contains statistics for a session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dpu_execution_in_millisInteger

The data processing unit execution time for a session in milliseconds.

Returns:

  • (Integer)


3880
3881
3882
3883
3884
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3880

class SessionStatistics < Struct.new(
  :dpu_execution_in_millis)
  SENSITIVE = []
  include Aws::Structure
end