Class: Aws::LakeFormation::Types::GetWorkUnitsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetWorkUnitsResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
A structure for the output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
-
#query_id ⇒ String
The ID of the plan query operation.
-
#work_unit_ranges ⇒ Array<Types::WorkUnitRange>
A
WorkUnitRangeListobject that specifies the valid range of work unit IDs for querying the execution service.
Instance Attribute Details
#next_token ⇒ String
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
2137 2138 2139 2140 2141 2142 2143 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2137 class GetWorkUnitsResponse < Struct.new( :next_token, :query_id, :work_unit_ranges) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The ID of the plan query operation.
2137 2138 2139 2140 2141 2142 2143 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2137 class GetWorkUnitsResponse < Struct.new( :next_token, :query_id, :work_unit_ranges) SENSITIVE = [] include Aws::Structure end |
#work_unit_ranges ⇒ Array<Types::WorkUnitRange>
A WorkUnitRangeList object that specifies the valid range of work
unit IDs for querying the execution service.
2137 2138 2139 2140 2141 2142 2143 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2137 class GetWorkUnitsResponse < Struct.new( :next_token, :query_id, :work_unit_ranges) SENSITIVE = [] include Aws::Structure end |