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.



6053
6054
6055
# File 'sig/types.rbs', line 6053

def config
  @config
end

#type"AGENT_FIRST"

Returns the value of attribute type.

Returns:

  • ("AGENT_FIRST")


6052
6053
6054
# File 'sig/types.rbs', line 6052

def type
  @type
end