Class: Aws::LakeFormation::Types::WorkUnitRange

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

Overview

Defines the valid range of work unit IDs for querying the execution service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#work_unit_id_maxInteger

Defines the maximum work unit ID in the range. The maximum value is inclusive.

Returns:

  • (Integer)


3758
3759
3760
3761
3762
3763
3764
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3758

class WorkUnitRange < Struct.new(
  :work_unit_id_max,
  :work_unit_id_min,
  :work_unit_token)
  SENSITIVE = []
  include Aws::Structure
end

#work_unit_id_minInteger

Defines the minimum work unit ID in the range.

Returns:

  • (Integer)


3758
3759
3760
3761
3762
3763
3764
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3758

class WorkUnitRange < Struct.new(
  :work_unit_id_max,
  :work_unit_id_min,
  :work_unit_token)
  SENSITIVE = []
  include Aws::Structure
end

#work_unit_tokenString

A work token used to query the execution service.

Returns:

  • (String)


3758
3759
3760
3761
3762
3763
3764
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3758

class WorkUnitRange < Struct.new(
  :work_unit_id_max,
  :work_unit_id_min,
  :work_unit_token)
  SENSITIVE = []
  include Aws::Structure
end