Class: Aws::LakeFormation::Types::GetQueryStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetQueryStatisticsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The ID of the plan query operation.
Instance Attribute Details
#query_id ⇒ String
The ID of the plan query operation.
1595 1596 1597 1598 1599 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1595 class GetQueryStatisticsRequest < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |