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.



6058
6059
6060
# File 'sig/types.rbs', line 6058

def config
  @config
end

#type"AGENT_FIRST"

Returns the value of attribute type.

Returns:

  • ("AGENT_FIRST")


6057
6058
6059
# File 'sig/types.rbs', line 6057

def type
  @type
end