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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1943
1944
1945
1946
1947
1948
1949
# File 'lib/aws-sdk-lakeformation/types.rb', line 1943

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)


1943
1944
1945
1946
1947
1948
1949
# File 'lib/aws-sdk-lakeformation/types.rb', line 1943

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)


1943
1944
1945
1946
1947
1948
1949
# File 'lib/aws-sdk-lakeformation/types.rb', line 1943

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