Class: Aws::LakeFormation::Types::GetQueryStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetQueryStateRequest
- Defined in:
- gems/aws-sdk-lakeformation/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.
1593 1594 1595 1596 1597 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1593 class GetQueryStateRequest < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |