Class: Aws::LakeFormation::Types::StartQueryPlanningResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::StartQueryPlanningResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
A structure for the output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the result of the operation.
Instance Attribute Details
#query_id ⇒ String
The ID of the plan query operation can be used to fetch the actual
work unit descriptors that are produced as the result of the
operation. The ID is also used to get the query state and as an
input to the Execute
operation.
3462 3463 3464 3465 3466 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3462 class StartQueryPlanningResponse < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |