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)


1433
1434
1435
1436
1437
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1433

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