Class: Aws::Connect::Types::EvaluationReviewNotificationRecipientValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationReviewNotificationRecipientValue
- 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
-
#user_id ⇒ String
The user identifier for the notification recipient.
Instance Attribute Details
#user_id ⇒ String
The user identifier for the notification recipient.
13191 13192 13193 13194 13195 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13191 class EvaluationReviewNotificationRecipientValue < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |