Class: Aws::Connect::Types::SignInConfig

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

Overview

The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distributionsArray<Types::SignInDistribution>

Information about traffic distributions.

Returns:



17352
17353
17354
17355
17356
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17352

class SignInConfig < Struct.new(
  :distributions)
  SENSITIVE = []
  include Aws::Structure
end