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.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def flow_timeouts @flow_timeouts end |
#rule_order ⇒ "DEFAULT_ACTION_ORDER", "STRICT_ORDER"
Returns the value of attribute rule_order.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def rule_order @rule_order end |
#stream_exception_policy ⇒ "DROP", ...
Returns the value of attribute stream_exception_policy.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def stream_exception_policy @stream_exception_policy end |