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

Inherits:
Struct
  • Object
show all
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

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)


2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2029

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)


2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2029

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:



2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2029

class GetWorkUnitsResponse < Struct.new(
  :next_token,
  :query_id,
  :work_unit_ranges)
  SENSITIVE = []
  include Aws::Structure
end