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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


13606
13607
13608
13609
13610
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13606

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