Class: Aws::LakeFormation::Types::GetQueryStatisticsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_idString

The ID of the plan query operation.

Returns:

  • (String)


1475
1476
1477
1478
1479
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1475

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