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.
966 967 968 |
# File 'sig/types.rbs', line 966 def durable_execution_arn @durable_execution_arn end |
#include_execution_data ⇒ Boolean
Returns the value of attribute include_execution_data.
967 968 969 |
# File 'sig/types.rbs', line 967 def include_execution_data @include_execution_data end |
#marker ⇒ ::String
Returns the value of attribute marker.
969 970 971 |
# File 'sig/types.rbs', line 969 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
968 969 970 |
# File 'sig/types.rbs', line 968 def max_items @max_items end |
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
970 971 972 |
# File 'sig/types.rbs', line 970 def reverse_order @reverse_order end |