Class: Aws::Types::GetWorkUnitResultsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:work_unit_token])

Instance Attribute Summary collapse

Instance Attribute Details

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def query_id
  @query_id
end

#work_unit_id::Integer

Returns the value of attribute work_unit_id.

Returns:

  • (::Integer)


597
598
599
# File 'sig/types.rbs', line 597

def work_unit_id
  @work_unit_id
end

#work_unit_token::String

Returns the value of attribute work_unit_token.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def work_unit_token
  @work_unit_token
end