Class: Aws::LakeFormation::Types::GetWorkUnitsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetWorkUnitsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
-
#page_size ⇒ Integer
The size of each page to get in the Amazon Web Services service call.
-
#query_id ⇒ String
The ID of the plan query operation.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if this is a continuation call.
1985 1986 1987 1988 1989 1990 1991 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1985 class GetWorkUnitsRequest < Struct.new( :next_token, :page_size, :query_id) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
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.
1985 1986 1987 1988 1989 1990 1991 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1985 class GetWorkUnitsRequest < Struct.new( :next_token, :page_size, :query_id) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The ID of the plan query operation.
1985 1986 1987 1988 1989 1990 1991 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1985 class GetWorkUnitsRequest < Struct.new( :next_token, :page_size, :query_id) SENSITIVE = [] include Aws::Structure end |