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.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def durable_execution_name @durable_execution_name end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def function_name @function_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def max_items @max_items end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def qualifier @qualifier end |
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def reverse_order @reverse_order end |
#started_after ⇒ ::Time
Returns the value of attribute started_after.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def started_after @started_after end |
#started_before ⇒ ::Time
Returns the value of attribute started_before.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def started_before @started_before end |
#statuses ⇒ ::Array[("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "STOPPED")]
Returns the value of attribute statuses.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def statuses @statuses end |