Class: Aws::LakeFormation::Types::GetWorkUnitResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetWorkUnitResultsRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:work_unit_token]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The ID of the plan query operation for which to get results.
-
#work_unit_id ⇒ Integer
The work unit ID for which to get results.
-
#work_unit_token ⇒ String
A work token used to query the execution service.
Instance Attribute Details
#query_id ⇒ String
The ID of the plan query operation for which to get results.
1943 1944 1945 1946 1947 1948 1949 |
# File 'gems/aws-sdk-lakeformation/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_id ⇒ Integer
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
.
1943 1944 1945 1946 1947 1948 1949 |
# File 'gems/aws-sdk-lakeformation/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_token ⇒ String
A work token used to query the execution service. Token output from
GetWorkUnits
.
1943 1944 1945 1946 1947 1948 1949 |
# File 'gems/aws-sdk-lakeformation/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 |