Class: Aws::Connect::Types::SignInDistribution
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SignInDistribution
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The distribution of sign in traffic between the instance and its replica(s).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Whether sign in distribution is enabled.
-
#region ⇒ String
The Amazon Web Services Region of the sign in distribution.
Instance Attribute Details
#enabled ⇒ Boolean
Whether sign in distribution is enabled.
20399 20400 20401 20402 20403 20404 |
# File 'lib/aws-sdk-connect/types.rb', line 20399 class SignInDistribution < Struct.new( :region, :enabled) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region of the sign in distribution.
20399 20400 20401 20402 20403 20404 |
# File 'lib/aws-sdk-connect/types.rb', line 20399 class SignInDistribution < Struct.new( :region, :enabled) SENSITIVE = [] include Aws::Structure end |