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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



27183
27184
27185
27186
27187
27188
# File 'lib/aws-sdk-connect/types.rb', line 27183

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

#typeString

Type of the outbound strategy.

Returns:

  • (String)


27183
27184
27185
27186
27187
27188
# File 'lib/aws-sdk-connect/types.rb', line 27183

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