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)


1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1869

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)


1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1869

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:



1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1869

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