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.



24403
24404
24405
24406
24407
24408
# File 'lib/aws-sdk-connect/types.rb', line 24403

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

#typeString

Type of the outbound strategy.

Returns:

  • (String)


24403
24404
24405
24406
24407
24408
# File 'lib/aws-sdk-connect/types.rb', line 24403

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