Class: Aws::LakeFormation::Types::GetWorkUnitsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetWorkUnitsResponse
- Includes:
- Structure
- Defined in:
- 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 ‘WorkUnitRangeList` object 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.
2011 2012 2013 2014 2015 2016 2017 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2011 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.
2011 2012 2013 2014 2015 2016 2017 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2011 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.
2011 2012 2013 2014 2015 2016 2017 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2011 class GetWorkUnitsResponse < Struct.new( :next_token, :query_id, :work_unit_ranges) SENSITIVE = [] include Aws::Structure end |