Class: Aws::Connect::Types::NotificationRecipientType

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

Overview

The type of notification recipient.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_idsArray<String>

A list of user IDs.

Returns:

  • (Array<String>)


13161
13162
13163
13164
13165
13166
# File 'lib/aws-sdk-connect/types.rb', line 13161

class NotificationRecipientType < Struct.new(
  :user_tags,
  :user_ids)
  SENSITIVE = []
  include Aws::Structure
end

#user_tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ “Tags”: {“key1”:“value1”, “key2”:“value2”\} \}. Amazon Connect users with the specified tags will be notified.

Returns:

  • (Hash<String,String>)


13161
13162
13163
13164
13165
13166
# File 'lib/aws-sdk-connect/types.rb', line 13161

class NotificationRecipientType < Struct.new(
  :user_tags,
  :user_ids)
  SENSITIVE = []
  include Aws::Structure
end