Class: Aws::CleanRooms::Types::ProtectedQueryStatistics

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

Overview

Contains statistics about the execution of the protected query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#total_duration_in_millisInteger

The duration of the Protected Query, from creation until query completion.

Returns:

  • (Integer)


4938
4939
4940
4941
4942
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4938

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