Class: Aws::LakeFormation::Types::GetWorkUnitsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1861

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

#page_sizeInteger

The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.

Returns:

  • (Integer)


1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1861

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

#query_idString

The ID of the plan query operation.

Returns:

  • (String)


1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1861

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