Class: Aws::Connect::Types::UpdateCrossRegionRoutingRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


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_allBoolean

Set to true to disable cross-region routing for all Regions associated with this instance. Set to false to re-enable cross-region routing.

Returns:

  • (Boolean)


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