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.



25062
25063
25064
25065
25066
25067
# File 'lib/aws-sdk-connect/types.rb', line 25062

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

#typeString

Type of the outbound strategy.

Returns:

  • (String)


25062
25063
25064
25065
25066
25067
# File 'lib/aws-sdk-connect/types.rb', line 25062

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