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.
2069 2070 2071 2072 2073 2074 2075 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2069 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.
2069 2070 2071 2072 2073 2074 2075 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2069 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.
2069 2070 2071 2072 2073 2074 2075 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2069 class GetWorkUnitResultsRequest < Struct.new( :query_id, :work_unit_id, :work_unit_token) SENSITIVE = [:work_unit_token] include Aws::Structure end |