Class: Aws::Connect::Types::EvaluationReviewNotificationRecipientValue

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

Overview

The value information for an evaluation review notification recipient.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_idString

The user identifier for the notification recipient.

Returns:

  • (String)


13331
13332
13333
13334
13335
# File 'lib/aws-sdk-connect/types.rb', line 13331

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