Class: Aws::Connect::Types::GetCrossRegionRoutingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetCrossRegionRoutingResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#isolated_regions ⇒ Array<String>
The list of Regions for which cross-region routing is currently disabled (isolated).
Instance Attribute Details
#isolated_regions ⇒ Array<String>
The list of Regions for which cross-region routing is currently disabled (isolated). When a Region appears in this list, contacts originating in that Region will not be routed to agents in other Regions, and agents in that Region will not receive contacts from other Regions.
16268 16269 16270 16271 16272 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16268 class GetCrossRegionRoutingResponse < Struct.new( :isolated_regions) SENSITIVE = [] include Aws::Structure end |