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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


37661
37662
37663
37664
37665
37666
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37661

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)


37661
37662
37663
37664
37665
37666
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37661

class UpdateCrossRegionRoutingRequest < Struct.new(
  :instance_id,
  :isolated_all)
  SENSITIVE = []
  include Aws::Structure
end