Class: Aws::Types::ListJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def next_token
  @next_token
end

#order"ASCENDING", "DESCENDING"

Returns the value of attribute order.

Returns:

  • ("ASCENDING", "DESCENDING")


1605
1606
1607
# File 'sig/types.rbs', line 1605

def order
  @order
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def queue
  @queue
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "PROGRESSING", "COMPLETE", "CANCELED", "ERROR")


1607
1608
1609
# File 'sig/types.rbs', line 1607

def status
  @status
end