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.



6152
6153
6154
# File 'sig/types.rbs', line 6152

def config
  @config
end

#type"AGENT_FIRST"

Returns the value of attribute type.

Returns:

  • ("AGENT_FIRST")


6151
6152
6153
# File 'sig/types.rbs', line 6151

def type
  @type
end