Class: Aws::Types::GetWorkUnitsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def next_token
  @next_token
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def query_id
  @query_id
end

#work_unit_ranges::Array[Types::WorkUnitRange]

Returns the value of attribute work_unit_ranges.

Returns:



617
618
619
# File 'sig/types.rbs', line 617

def work_unit_ranges
  @work_unit_ranges
end