Class: Aws::Connect::Types::OutboundStrategy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about the outbound strategy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configTypes::OutboundStrategyConfig

Config of the outbound strategy.



18383
18384
18385
18386
18387
18388
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18383

class OutboundStrategy < Struct.new(
  :type,
  :config)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of the outbound strategy.

Returns:

  • (String)


18383
18384
18385
18386
18387
18388
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18383

class OutboundStrategy < Struct.new(
  :type,
  :config)
  SENSITIVE = []
  include Aws::Structure
end