Class: Aws::LakeFormation::Types::GetQueryStateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_idString

The ID of the plan query operation.

Returns:

  • (String)


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