Class: Aws::Connect::Types::UpdateCrossRegionRoutingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateCrossRegionRoutingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#isolated_all ⇒ Boolean
Set to
trueto disable cross-region routing for all Regions associated with this instance.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
37569 37570 37571 37572 37573 37574 |
# File 'lib/aws-sdk-connect/types.rb', line 37569 class UpdateCrossRegionRoutingRequest < Struct.new( :instance_id, :isolated_all) SENSITIVE = [] include Aws::Structure end |
#isolated_all ⇒ Boolean
Set to true to disable cross-region routing for all Regions
associated with this instance. Set to false to re-enable
cross-region routing.
37569 37570 37571 37572 37573 37574 |
# File 'lib/aws-sdk-connect/types.rb', line 37569 class UpdateCrossRegionRoutingRequest < Struct.new( :instance_id, :isolated_all) SENSITIVE = [] include Aws::Structure end |