Class: Aws::Connect::Types::TrafficDistributionGroupUserSummary

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

Overview

Summary information about a traffic distribution group user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_idString

The identifier for the user. This can be the ID or the ARN of the user.

Returns:

  • (String)


18576
18577
18578
18579
18580
# File 'lib/aws-sdk-connect/types.rb', line 18576

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