Class: Aws::LakeFormation::Types::GetQueryStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetQueryStateRequest
- 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.
1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1553 class GetQueryStateRequest < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |