Class: Aws::LakeFormation::Types::GetWorkUnitResultsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:work_unit_token]

Instance Attribute Summary collapse

Instance Attribute Details

#query_idString

The ID of the plan query operation for which to get results.

Returns:

  • (String)


1801
1802
1803
1804
1805
1806
1807
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1801

class GetWorkUnitResultsRequest < Struct.new(
  :query_id,
  :work_unit_id,
  :work_unit_token)
  SENSITIVE = [:work_unit_token]
  include Aws::Structure
end

#work_unit_idInteger

The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin to WorkUnitIdMax (inclusive) from the WorkUnitRange in the output of GetWorkUnits.

Returns:

  • (Integer)


1801
1802
1803
1804
1805
1806
1807
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1801

class GetWorkUnitResultsRequest < Struct.new(
  :query_id,
  :work_unit_id,
  :work_unit_token)
  SENSITIVE = [:work_unit_token]
  include Aws::Structure
end

#work_unit_tokenString

A work token used to query the execution service. Token output from GetWorkUnits.

Returns:

  • (String)


1801
1802
1803
1804
1805
1806
1807
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1801

class GetWorkUnitResultsRequest < Struct.new(
  :query_id,
  :work_unit_id,
  :work_unit_token)
  SENSITIVE = [:work_unit_token]
  include Aws::Structure
end