Class: Aws::Types::ListBacklogTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBacklogTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#filter ⇒ Types::TaskFilter
Returns the value of attribute filter.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#order ⇒ "ASC", "DESC"
Returns the value of attribute order.
-
#sort_field ⇒ "CREATED_AT", "PRIORITY"
Returns the value of attribute sort_field.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
921 922 923 |
# File 'sig/types.rbs', line 921 def agent_space_id @agent_space_id end |
#filter ⇒ Types::TaskFilter
Returns the value of attribute filter.
922 923 924 |
# File 'sig/types.rbs', line 922 def filter @filter end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
923 924 925 |
# File 'sig/types.rbs', line 923 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
924 925 926 |
# File 'sig/types.rbs', line 924 def next_token @next_token end |
#order ⇒ "ASC", "DESC"
Returns the value of attribute order.
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.
925 926 927 |
# File 'sig/types.rbs', line 925 def sort_field @sort_field end |