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.
9957 9958 9959 |
# File 'sig/types.rbs', line 9957 def concurrency_threshold @concurrency_threshold end |
#prefix_length ⇒ ::Integer
Returns the value of attribute prefix_length.
9956 9957 9958 |
# File 'sig/types.rbs', line 9956 def prefix_length @prefix_length end |