Class: Aws::Types::StatefulEngineOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_timeoutsTypes::FlowTimeouts

Returns the value of attribute flow_timeouts.

Returns:



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.

Returns:

  • ("DEFAULT_ACTION_ORDER", "STRICT_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.

Returns:

  • ("DROP", "CONTINUE", "REJECT")


1576
1577
1578
# File 'sig/types.rbs', line 1576

def stream_exception_policy
  @stream_exception_policy
end