Class: Aws::Connect::Types::AssociateTrafficDistributionGroupUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AssociateTrafficDistributionGroupUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#traffic_distribution_group_id ⇒ String
The identifier of the traffic distribution group.
-
#user_id ⇒ String
The identifier of the user account.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-connect/types.rb', line 1659 class AssociateTrafficDistributionGroupUserRequest < Struct.new( :traffic_distribution_group_id, :user_id, :instance_id) SENSITIVE = [] include Aws::Structure end |
#traffic_distribution_group_id ⇒ String
The identifier of the traffic distribution group. This can be the ID or the ARN of the traffic distribution group.
1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-connect/types.rb', line 1659 class AssociateTrafficDistributionGroupUserRequest < Struct.new( :traffic_distribution_group_id, :user_id, :instance_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user account. This can be the ID or the ARN of the user.
1659 1660 1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-connect/types.rb', line 1659 class AssociateTrafficDistributionGroupUserRequest < Struct.new( :traffic_distribution_group_id, :user_id, :instance_id) SENSITIVE = [] include Aws::Structure end |