Class: Aws::Types::OutboundStrategy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configTypes::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.

Returns:

  • ("AGENT_FIRST")


5898
5899
5900
# File 'sig/types.rbs', line 5898

def type
  @type
end