Class: Aws::Connect::Types::SignInDistribution
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SignInDistribution
- Defined in:
- gems/aws-sdk-connect/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.
21161 21162 21163 21164 21165 21166 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21161 class SignInDistribution < Struct.new( :region, :enabled) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region of the sign in distribution.
21161 21162 21163 21164 21165 21166 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21161 class SignInDistribution < Struct.new( :region, :enabled) SENSITIVE = [] include Aws::Structure end |