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.



23043
23044
23045
23046
23047
23048
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23043

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

#typeString

Type of the outbound strategy.

Returns:

  • (String)


23043
23044
23045
23046
23047
23048
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23043

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