Class: Aws::Types::OutboundStrategy
- Inherits:
-
Object
- Object
- Aws::Types::OutboundStrategy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config ⇒ Types::OutboundStrategyConfig
Returns the value of attribute config.
-
#type ⇒ "AGENT_FIRST"
Returns the value of attribute type.
Instance Attribute Details
#config ⇒ Types::OutboundStrategyConfig
Returns the value of attribute config.
5899 5900 5901 |
# File 'sig/types.rbs', line 5899 def config @config end |
#type ⇒ "AGENT_FIRST"
Returns the value of attribute type.
5898 5899 5900 |
# File 'sig/types.rbs', line 5898 def type @type end |