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