Class: Aws::Types::PrefixAwareRoutingConfig
- Inherits:
-
Object
- Object
- Aws::Types::PrefixAwareRoutingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#concurrency_threshold ⇒ ::Integer
Returns the value of attribute concurrency_threshold.
-
#prefix_length ⇒ ::Integer
Returns the value of attribute prefix_length.
Instance Attribute Details
#concurrency_threshold ⇒ ::Integer
Returns the value of attribute concurrency_threshold.
9942 9943 9944 |
# File 'sig/types.rbs', line 9942 def concurrency_threshold @concurrency_threshold end |
#prefix_length ⇒ ::Integer
Returns the value of attribute prefix_length.
9941 9942 9943 |
# File 'sig/types.rbs', line 9941 def prefix_length @prefix_length end |