Class: Aws::Types::ListDurableExecutionsByFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDurableExecutionsByFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#durable_execution_name ⇒ ::String
Returns the value of attribute durable_execution_name.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
-
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
-
#started_after ⇒ ::Time
Returns the value of attribute started_after.
-
#started_before ⇒ ::Time
Returns the value of attribute started_before.
-
#statuses ⇒ ::Array[("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "STOPPED")]
Returns the value of attribute statuses.
Instance Attribute Details
#durable_execution_name ⇒ ::String
Returns the value of attribute durable_execution_name.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def durable_execution_name @durable_execution_name end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def function_name @function_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def max_items @max_items end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def qualifier @qualifier end |
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def reverse_order @reverse_order end |
#started_after ⇒ ::Time
Returns the value of attribute started_after.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def started_after @started_after end |
#started_before ⇒ ::Time
Returns the value of attribute started_before.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def started_before @started_before end |
#statuses ⇒ ::Array[("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "STOPPED")]
Returns the value of attribute statuses.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def statuses @statuses end |