Class: Aws::Types::ListBacklogTasksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def agent_space_id
  @agent_space_id
end

#filterTypes::TaskFilter

Returns the value of attribute filter.

Returns:



922
923
924
# File 'sig/types.rbs', line 922

def filter
  @filter
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


923
924
925
# File 'sig/types.rbs', line 923

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


924
925
926
# File 'sig/types.rbs', line 924

def next_token
  @next_token
end

#order"ASC", "DESC"

Returns the value of attribute order.

Returns:

  • ("ASC", "DESC")


926
927
928
# File 'sig/types.rbs', line 926

def order
  @order
end

#sort_field"CREATED_AT", "PRIORITY"

Returns the value of attribute sort_field.

Returns:

  • ("CREATED_AT", "PRIORITY")


925
926
927
# File 'sig/types.rbs', line 925

def sort_field
  @sort_field
end