Class: Aws::Types::StatefulEngineOptions
- Inherits:
-
Object
- Object
- Aws::Types::StatefulEngineOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_timeouts ⇒ Types::FlowTimeouts
Returns the value of attribute flow_timeouts.
-
#rule_order ⇒ "DEFAULT_ACTION_ORDER", "STRICT_ORDER"
Returns the value of attribute rule_order.
-
#stream_exception_policy ⇒ "DROP", ...
Returns the value of attribute stream_exception_policy.
Instance Attribute Details
#flow_timeouts ⇒ Types::FlowTimeouts
Returns the value of attribute flow_timeouts.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def flow_timeouts @flow_timeouts end |
#rule_order ⇒ "DEFAULT_ACTION_ORDER", "STRICT_ORDER"
Returns the value of attribute rule_order.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def rule_order @rule_order end |
#stream_exception_policy ⇒ "DROP", ...
Returns the value of attribute stream_exception_policy.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def stream_exception_policy @stream_exception_policy end |