Class: Aws::LakeFormation::Types::GetWorkUnitsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

A structure for the output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

Returns:

  • (String)


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_idString

The ID of the plan query operation.

Returns:

  • (String)


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_rangesArray<Types::WorkUnitRange>

A ‘WorkUnitRangeList` object that specifies the valid range of work unit IDs for querying the execution service.

Returns:



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