Class: Aws::Types::GetDurableExecutionHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDurableExecutionHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
-
#include_execution_data ⇒ Boolean
Returns the value of attribute include_execution_data.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
Instance Attribute Details
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
972 973 974 |
# File 'sig/types.rbs', line 972 def durable_execution_arn @durable_execution_arn end |
#include_execution_data ⇒ Boolean
Returns the value of attribute include_execution_data.
973 974 975 |
# File 'sig/types.rbs', line 973 def include_execution_data @include_execution_data end |
#marker ⇒ ::String
Returns the value of attribute marker.
975 976 977 |
# File 'sig/types.rbs', line 975 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
974 975 976 |
# File 'sig/types.rbs', line 974 def max_items @max_items end |
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
976 977 978 |
# File 'sig/types.rbs', line 976 def reverse_order @reverse_order end |