Class: Aws::LakeFormation::Types::StartQueryPlanningResponse

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

Overview

A structure for the output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_idString

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.

Returns:

  • (String)


3420
3421
3422
3423
3424
# File 'lib/aws-sdk-lakeformation/types.rb', line 3420

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