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

#rule_order"STRICT_ORDER", "DEFAULT_ACTION_ORDER"

Returns the value of attribute rule_order.

Returns:

  • ("STRICT_ORDER", "DEFAULT_ACTION_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.

Returns:

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


1141
1142
1143
# File 'sig/types.rbs', line 1141

def stream_exception_policy
  @stream_exception_policy
end