Class: Aws::Connect::Types::OutboundStrategy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::OutboundStrategy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about the outbound strategy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config ⇒ Types::OutboundStrategyConfig
Config of the outbound strategy.
-
#type ⇒ String
Type of the outbound strategy.
Instance Attribute Details
#config ⇒ Types::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 |
#type ⇒ String
Type 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 |